Lines Matching refs:date
51 | dateOptions | [DateStyleOptions](#datestyleoptions) | No| Parameters of the inline date style cou…
75 | INLINE_DATE | Inline date counter. |
131 Defines the attributes and events of the inline date style counter.
144 …| (date: [DateData](#datedata))=>void | No | - | Callback invoked when the date changes. The…
148 Defines common date attributes and methods.
180 Current date.
190 | string | Current date.|
288 // Inline date counter
294 onDateChange: (date: DateData) => {
295 console.log("onDateChange Date: " + date.toString());
368 // Inline date counter
375 onDateChange: (date: DateData) => {
376 console.log("onDateChange Date: " + date.toString());