elementary/datetime - Elm_datetime open source patch : Datetime enhancements
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 2 Apr 2012 06:20:01 +0000 (06:20 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 2 Apr 2012 06:20:01 +0000 (06:20 +0000)
commitad3769d917899ee6be5713042979432ff282e089
tree49be23d780ea7e8f59be26fc00a72e78d6aa239c
parent26a09a1a7e043eded5c88b5ef367f5d62c292153
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>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69846 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
config/default/base.src
config/illume/base.src
src/lib/elm_config.c
src/lib/elm_datetime.c
src/lib/elm_datetime.h
src/lib/elm_priv.h