Ecommerce Bug?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Ecommerce Bug?

Koon Sang
After login to Ecommerce, go to Profile and update Personal Information.  Enter a valid date for Birth Date and Passport Expire Date (format: yyyy-mm-dd).  Click "Save".  Once back to the main screen, click on "Update" again to update the Personal Information.  You will see that the two dates are displayed in wrong date formats, e.g. "Aug 25, 1972".  So, the date is formatted wrongly somewhere.

Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Bug?

Scott Gray-2
Hi Koon,

Yes this certainly does sound like a bug, it would be great if you could file a jira issue.

Thanks
Scott

HotWax Media
http://www.hotwaxmedia.com

On 7/03/2010, at 8:30 PM, Koon Sang wrote:

>
> After login to Ecommerce, go to Profile and update Personal Information.
> Enter a valid date for Birth Date and Passport Expire Date (format:
> yyyy-mm-dd).  Click "Save".  Once back to the main screen, click on "Update"
> again to update the Personal Information.  You will see that the two dates
> are displayed in wrong date formats, e.g. "Aug 25, 1972".  So, the date is
> formatted wrongly somewhere.
>
>
> --
> View this message in context: http://n4.nabble.com/Ecommerce-Bug-tp1584077p1584077.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Bug?

Bilgin Ibryam-2
I see that the default datetime_format for FTLs is set to yyyy-MM-dd
HH:mm:ss.SSS but the default date_format is not set. In that case date
objects gets formatted according to the user locale.
I think (for now) we agreed on having yyyy-MM-dd as the default date
format no matter what is the locale? If this is true, I propose to set
yyyy-MM-dd as default date_format for FTLs.

Bilgin

> Hi Koon,
>
> Yes this certainly does sound like a bug, it would be great if you could file a jira issue.
>
> Thanks
> Scott
>
> HotWax Media
> http://www.hotwaxmedia.com
>
> On 7/03/2010, at 8:30 PM, Koon Sang wrote:
>
>  
>> After login to Ecommerce, go to Profile and update Personal Information.
>> Enter a valid date for Birth Date and Passport Expire Date (format:
>> yyyy-mm-dd).  Click "Save".  Once back to the main screen, click on "Update"
>> again to update the Personal Information.  You will see that the two dates
>> are displayed in wrong date formats, e.g. "Aug 25, 1972".  So, the date is
>> formatted wrongly somewhere.
>>
>>
>> --
>> View this message in context: http://n4.nabble.com/Ecommerce-Bug-tp1584077p1584077.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>    
>
>  

Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Bug?

Scott Gray-2
+1

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 8/03/2010, at 2:51 AM, Bilgin Ibryam wrote:

> I see that the default datetime_format for FTLs is set to yyyy-MM-dd HH:mm:ss.SSS but the default date_format is not set. In that case date objects gets formatted according to the user locale.
> I think (for now) we agreed on having yyyy-MM-dd as the default date format no matter what is the locale? If this is true, I propose to set yyyy-MM-dd as default date_format for FTLs.
>
> Bilgin
>> Hi Koon,
>>
>> Yes this certainly does sound like a bug, it would be great if you could file a jira issue.
>>
>> Thanks
>> Scott
>>
>> HotWax Media
>> http://www.hotwaxmedia.com
>>
>> On 7/03/2010, at 8:30 PM, Koon Sang wrote:
>>
>>  
>>> After login to Ecommerce, go to Profile and update Personal Information. Enter a valid date for Birth Date and Passport Expire Date (format:
>>> yyyy-mm-dd).  Click "Save".  Once back to the main screen, click on "Update"
>>> again to update the Personal Information.  You will see that the two dates
>>> are displayed in wrong date formats, e.g. "Aug 25, 1972".  So, the date is
>>> formatted wrongly somewhere.
>>>
>>>
>>> --
>>> View this message in context: http://n4.nabble.com/Ecommerce-Bug-tp1584077p1584077.html
>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>    
>>
>>  
>


smime.p7s (3K) Download Attachment