We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 226b8d0 + 228b556 commit 71a2f3bCopy full SHA for 71a2f3b
1 file changed
docs/api/method/init.md
@@ -21,7 +21,7 @@ description: "a constructor of a dhtmlxScheduler object"
21
### Example
22
23
~~~jsx
24
-scheduler.init("scheduler_here",new Date(2010,0,6),"month");
+scheduler.init("scheduler_here", new Date(2027, 0, 6), "month");
25
~~~
26
27
### Related samples
0 commit comments