The DateTime system operation can be assigned to variables from assigned slot values.
var time = Slot.time;
returns the year of the DateTime value.
returns the month of the DateTime value.
returns the day of the DateTime value.
returns the hour of the DateTime value.
returns the minute of the DateTime value.
returns the second of the DateTime value.
Converts the DateTime system operation into a string. This string value has the following format:
DD/MM/YYYY - hh:mm:ss
Learn how to make Cuneiform plugins for your own conversational platform.