summaryrefslogtreecommitdiff
path: root/src/lib/elm_datetime.h
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2012-04-02 06:20:01 +0000
committerChunEon Park <hermet@hermet.pe.kr>2012-04-02 06:20:01 +0000
commit267624866764cdf3de86c22e0e27d6945e692445 (patch)
tree49be23d780ea7e8f59be26fc00a72e78d6aa239c /src/lib/elm_datetime.h
parent3f9e8099ecc44e41bf148e0138fd5949068f64f7 (diff)
downloadelementary-267624866764cdf3de86c22e0e27d6945e692445.tar.gz
elementary/datetime - Elm_datetime open source patch : Datetime enhancements
Change Description: - Year min/max values are moved to elm_config. - Format specifier must come along with % followed by any separator. ( % 123d is not supported but %d will denote Date format specifier) - Field separator can constitute multiple spaces, Space followed by any other non format specifier is also treated as the separator till its max length. ( %d x/ %b #2 format displays 27 x/ Mar #2 ) Thanks, Sumanth Submitted-By-Off Sumanth Krishna Mannam<sumanth.m@samsung.com> SVN revision: 69846
Diffstat (limited to 'src/lib/elm_datetime.h')
-rw-r--r--src/lib/elm_datetime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elm_datetime.h b/src/lib/elm_datetime.h
index 2ac981c81..042cdc9f5 100644
--- a/src/lib/elm_datetime.h
+++ b/src/lib/elm_datetime.h
@@ -228,7 +228,7 @@
* for AM/PM field.
*
* Each separator can be a maximum of 6 UTF-8 bytes.
- * Space is also taken as a separator but it can come only once for each field.
+ * Space is also taken as a separator.
*
* Following are the allowed set of format specifiers for each datetime field.
*
@@ -307,7 +307,7 @@
* for AM/PM field.
*
* Each separator can be a maximum of 6 UTF-8 bytes.
- * Space is also taken as a separator but it can come only once for each field.
+ * Space is also taken as a separator.
*
* Following are the allowed set of format specifiers for each datetime field.
*