Optional. Defines the format of dates
note
The date format must include delimiters (spaces or symbols), otherwise an error will be thrown
UsageâdateFormat?: string;
Default value: "%M %d %Y"
Exampleâconst grid = new dhx.Grid("grid_container", {
columns: [
{ id: "date", header: [{ text: "Date" }], type: "date", dateFormat: "%M %d %Y" },
// more columns configuration objects
],
// more options
});
Related article: Setting the format for dates
Related sample: Grid. Data formats (percent, currency, date and combination with templates)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4