Gets or sets the options used to format the cell header of the first day of each year.
Namespace: MindFusion.Scheduling
Assembly: ListSettings.js
SyntaxJavaScript
Copy Code
|
|---|
get firstDayOfYearFormat() {} |
Intl.DateTimeFormatOptions
The format options.
RemarksFormat options are listed at https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat#using_options
See Also