Categories | Question details Back To List | ||
validatioin for time column Hi I have a column which should take time as input. Is there a speciifc col type for that? How can i give format for the time and do validations.
Gayathri Answer posted by Support on Dec 19, 2007 08:55 There is a "time" excell (excells/dhtmlxgrid_excell_time.js) which can be used for time formating. It parse inputed text as valid time, there is no external API to configure time format, but source code can be updated in any necessary way. |