Hello, I have a problem with Now.ToString method. In the assign activity I use Now.ToString(“yyyy_MM_dd__HHMM”). In attached screenshot in messagebox it shows the wrong date compared to windows. Is this a bug or am I missing something.
What do you mean exactly by wrong date compared to windows? If you want it like Windows ‘06_01_2025_1412’ then you should probably use Now.ToString(“dd_MM_yyyy_HHmm”).
hey @Marcin_Bieniek try with now.tostring("now.ToString(“dd.MM.yyyy hh:mm”)
and if you want to hours as (14) shown in the image just change small (hh) to large (HH) so it work as AM/PM method.