PHaRTnONu Client Регистрация 01.10.2016 Сообщения 340 Благодарностей 48 Баллы 28 18.04.2017 #1 so my vaibleis always coming in as 15-Apr-2017 00:21:21 +0000 or what ever and i need to convert it to (or convert {-TimeNow.Date-} to somthine i can compair it too any sugestions?
so my vaibleis always coming in as 15-Apr-2017 00:21:21 +0000 or what ever and i need to convert it to (or convert {-TimeNow.Date-} to somthine i can compair it too any sugestions?
S sMax Client Регистрация 04.05.2011 Сообщения 132 Благодарностей 49 Баллы 28 18.04.2017 #2 @PHaRTnONu You could do c# Код: return DateTime.Now.ToString("dd-MMM-yyyy HH:mm:ss zzz"); Последнее редактирование: 18.04.2017 Реакции: cocieri и material
VladZen Administrator Команда форума Регистрация 05.11.2014 Сообщения 22 453 Благодарностей 5 913 Баллы 113 19.04.2017 #3 That's what you can find in ZP versions history: [+] DateTime macro has been extended - now you can set your own date/time format in the following way: {-TimeNow.Date[Format]-}. More details about date/time format see here: Custom Date and Time Format Strings, Standard Date and Time Format Strings. Нажмите, чтобы раскрыть... Реакции: nicanil и PHaRTnONu
That's what you can find in ZP versions history: [+] DateTime macro has been extended - now you can set your own date/time format in the following way: {-TimeNow.Date[Format]-}. More details about date/time format see here: Custom Date and Time Format Strings, Standard Date and Time Format Strings. Нажмите, чтобы раскрыть...