hello , just to ask if its posible to get current date into a text field, i tried with javascript into the script box without success, greetings!
Great! thanyou very much! =)
Is there anyway to extract just the hour in the time string? i mean like ā17ā instead ā17:35:24ā thankyou in advance
Currently, using JavaScript code: document.timeString.split(":")[0]
See the example datetime_parsing.pma (929.5 KB)
Thanks for this. How do I add a real-time clock? Sorry if Iām missing something easy.