Page 1 of 1
A sript that will ....
Posted: 23 Oct 2022 11:03
by XY fan
..... bring up a box showing the current (system) date and time for any given file - with the option to set the file's date and time to some other date and time.
As shown in the attachment.
Re: A sript that will ....
Posted: 23 Oct 2022 11:09
by highend
Only doable with an html form because datepicker() only supports dates, not times.
Way to much effort, use the Info panel - Properties for this...
Re: A sript that will ....
Posted: 23 Oct 2022 11:25
by XY fan
Not sure I get it. You already gave me a script which has one box, namely
timestamp , input("Date\Time?",,<datem>);
I just want one like in the picture in my post #1 above.: maybe having the date and time separate is the issue for datepicker you mention???
Re: A sript that will ....
Posted: 23 Oct 2022 12:00
by highend
I just want one like in the picture in my post #1 above
And again, this would require a lot of work. There is no native control for such stuff, only the one that
datepicker() provides (which does not allow to select the time^^)
Re: A sript that will ....
Posted: 23 Oct 2022 12:05
by XY fan
Got it - thanks.
Re: A sript that will ....
Posted: 23 Oct 2022 14:11
by Horst
Next time please use a thread title which says what you want or what your problem is
and not a text like "A script that will..."