I want to customise the date header so that it matches the start and end dates of a project
I set the view to Timeline and Day then specify the number of days within the date range , but it doesn’t seem to update correctly.
Below is a snippet on how I currently do it in the language Im using . You can get the idea.
“timeline” hoSchedule
“type” jsonTypeString “day”
“size” jsonTypeInteger iDays
“startTime” jsonTypeString “00:00”
“endTime:” jsonTypeString “24:00”
“timeCellStep” jsonTypeInteger 1440
“timeLabelStep” jsonTypeInteger 1440
Do I also need to set the
refDate
selectedDate
?
Regards,
Sam
