Hello. I new in Kustom. I need to compare the end time of an event today like (2025y04M27d13h10m00s)with the current time and do something if the event time is over. I can’t get the current time in this format. Any idea?
To get the current time use dp()
Hi there,
Try the following code snippet to get the current datetime in the format of 2025y04M27d13h10m00s:
dp()
➞ Date Parser function
I hope this would help.
Oh thank you very much!!