Hi,
I'm having problems with date format of type "01-APR-10". I have a grid field of type date and it does,t seem to understand the format of my date. I try setting the inputFormat in ListGridField (DMY) but that doesn't work.
Any thoughts or advice on this?
Thanks in advance.
I'm having problems with date format of type "01-APR-10". I have a grid field of type date and it does,t seem to understand the format of my date. I try setting the inputFormat in ListGridField (DMY) but that doesn't work.
Code:
name: "ENTRY_DATE", title: "Entry Date", type: "date", inputFormat: "DMY", displayFormat: "toUSShortDate", showHover:true
Thanks in advance.