Hi,
Is it possible to use modify date to get text about date and a time? (and not using VB scripts)
I tried:
but instead giving me correct information I get 14.04.2023 12:00 (the hour and minutes are not correct but the date is)
Please advise
Hi,
Is it possible to use modify date to get text about date and a time? (and not using VB scripts)
I tried:
but instead giving me correct information I get 14.04.2023 12:00 (the hour and minutes are not correct but the date is)
Please advise
for hours we would use HH instead of hh
for getting the also the current time we would use DateTime.Now
Thanks however now it show: 00:00
see above now vs. Today
It still doesnt work any ideas?
Have a look at the following series and see the difference between now and today
Please check this example
Do not use the “Test” Button, looks like the button is buged, use the run file and check if the value is correct
Test Button
Result Using Run File or Run
Regards
Thank you, I tested it and it looks its working. The test button is bugged.
As mentioned by Fernando and also cross checked:
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.