Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
-> Date Format and Date Validation in BW.
1) So, in above example you can see that date format is give as : "yyyy-mm-dd"
2) Then BW will validate date for the format/pattern and not for the validity of Date
(What I mean here is date according to Gregorian Calendar.
e.g. 2005-02-31 is valid date for BW since it satisfies the format but it not a date in calendar.)
3) If you want BW to validate your date , whether if it is a in reality a Valid date or not ( Gregorian Calendar wise ) - then Date format should be yyyy-MM-dd instead of yyyy-mm-dd