Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0003674Openbravo ERPB. User interfacepublic2008-04-08 20:372008-06-12 09:44
dbaz 
dbaz 
normalminoralways
closedfixed 
5
 
2.35MP4 
No
Core
No
0003674: [1926384] Failures with some date formats
When using a different date format, such as:

dateFormat.js=%Y.%m.%d
dateFormat.sql=YYYY.MM.DD
dateFormat.java=yyyy.MM.dd
dateTimeFormat.java=yyyy.MM.dd HH:mm:ss

The calendar does not work. When clicking in the calendar button it doesn't
open it.

It seems that the Dojo validation does not support a date format other than
DD-MM-YYYY, because it always displays the red error balloon.
No tags attached.
blocks defect 0002766 closed dbaz Incorrect dojo validation with some date formats 
Issue History

Notes
(0007263)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:44)
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1938036 [^]
(0004123)
dbaz   
2008-04-16 11:38   
(edited on: 2008-06-12 09:27)
Logged In: YES
user_id=1500873
Originator: YES

Fixed in commit 3501 in trunk

Description: Changed date verification to let more date formats

File(s) changes:
* web/js/default/DateTextBox.js
* web/js/dojo/dojo.js
* web/js/openbravo/widget/DateTextbox.js
* web/js/utils.js