Page 1 of 1

Fix long date format

Posted: Mon Dec 13, 2010 3:13 am
by NickC
According to the User Guide, the long date format auto text (%D) should look like:

Tue, Sep 21, 2010

But when I define the auto text macro, my long date actually looks like:

September 21, 2010

Please fix or include a different style long date with the first format as it is more useful.

Re: Fix long date format

Posted: Tue Jan 25, 2011 9:02 pm
by NickC
Would like to bump this up. Any chance of fixing the long date format to the way it's supposed to be? I use that format all the time! :)

Re: Fix long date format

Posted: Sat Jan 29, 2011 12:57 pm
by cyril
Indeed the code (or the user's guide ;) ) is wrong, the long date format uses the android method DateFormat.getLongDateFormat(), which gives a different result. Looking at this

Re: Fix long date format

Posted: Sat Jan 29, 2011 1:07 pm
by cyril
Fixed in the latest beta, can you try?

Re: Fix long date format

Posted: Fri Feb 04, 2011 3:47 pm
by NickC
Just did the update to 3.13.0 - looks great! Thank you!!