Quote from
luishp on June 21, 2022, 6:50 am
But the content of variables are very strange (see below)
@cdy44-2 That's the way HTML inputs work. And that's the reason you have these commands to get the correct information easily:
DateInputGetYear, DateInputGetMonth, DateInputGetDay, TimeInputGetHour, TimeInputGetMinute
Also note how I have used neoInputMask in a common TextInput object within the addToCalendar plugin demo:
neoInputMask "TextInputDate1" "0000-00-00"
neoInputMask "TextInputDate2" "0000-00-00"
neoInputMask "TextInputHour1" "00:00"
neoInputMask "TextInputHour2" "00:00"
Let me know if you have any issues.
Regards.
But the content of variables are very strange (see below)
@cdy44-2 That's the way HTML inputs work. And that's the reason you have these commands to get the correct information easily:
DateInputGetYear, DateInputGetMonth, DateInputGetDay, TimeInputGetHour, TimeInputGetMinute
Also note how I have used neoInputMask in a common TextInput object within the addToCalendar plugin demo:
neoInputMask "TextInputDate1" "0000-00-00"
neoInputMask "TextInputDate2" "0000-00-00"
neoInputMask "TextInputHour1" "00:00"
neoInputMask "TextInputHour2" "00:00"
Let me know if you have any issues.
Regards.