Modify date but date + time

Hi,

Is it possible to use modify date to get text about date and a time? (and not using VB scripts)

I tried:
image

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

image

image
It still doesnt work any ideas?

Have a look at the following series and see the difference between now and today

grafik

Hi @marcin.chowaniec

Please check this example
image

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
image

Result Using Run File or Run
image
image

Regards

Thank you, I tested it and it looks its working. The test button is bugged.

As mentioned by Fernando and also cross checked:

  • the test buttton is not injecting a date with the time of taking the shot
  • but still use today as demonstrated in the series above and also confirmed by Fernando
1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.