SET_DATE #57
Closed
Whitling2k
started this conversation in
General
Replies: 2 comments 1 reply
-
|
Unfortunately, nothing now. But I realized it is not so convenient, so I will change in some days. (I have not enough time at this moment) |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
This feature has been implemented! 🙂 The old To jump back to the current date: // Option 1: Set referenceDate to null (current date)
this.sendNotification("CX3_SET_CONFIG", {
referenceDate: null
});
// Option 2: Reset to original configuration
this.sendNotification("CX3_RESET");The new Closing this as resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a simple way to make CX3_SET_DATE jump to the current date?
Beta Was this translation helpful? Give feedback.
All reactions