Search Result: date
----------(Post-Search)---------->
I need updates code of like this site
utibe · Published on 2022-08-20 17:00:36 (2 years ago )
utibe · Published on 2022-08-20 17:00:36 (2 years ago )
L Like the above image... Please, thank you.
comment |
----------(Post-Search)---------->
why file downloading Times are not updated?
prabhu · Published on 2022-01-28 04:27:05 (3 years ago )
prabhu · Published on 2022-01-28 04:27:05 (3 years ago )
why file downloading Times are not updated? Still download hits shows 0
comment |
----------(Post-Search)---------->
Setting a different time zone for the DATE function
fchagas97 · Published on 2021-11-21 23:12:38 (3 years ago )
fchagas97 · Published on 2021-11-21 23:12:38 (3 years ago )
Due to an apparent bug, the DATE function always uses the UTC time zone, even if you have set a different time zone in your Site Settings.
To display the date in a different time zone, use the following workaround as an example:
:VALUE(+03:00).DATE();
And you will have the time displayed in the UTC-3:00 time zone (I can't explain why you use + to set a negative time zone o_o)
If you want the time displayed in UTC+3:00, use the following example:
:VALUE(-03:00).DATE();
Note: the function will not take into account whether it is daylight saving time or not in the time zone you chose, because technically the time zone is still UTC.
comment |
----------(Post-Search)---------->
wapka clock/time/date codes
mario · Published on 2021-11-20 10:56:59 (3 years ago )
mario · Published on 2021-11-20 10:56:59 (3 years ago )
<br><div class="list1" style="margin-left:10px;margin-right:10px;background:aliceblue;border-radius:15px;padding:10px;box-shadow:3px 3px 9px grey;">:DATE(D); - to show todays day in name<br>:DATE(d); - to show todays day in number<br>:DATE(m); - to show todays month in number<br>:DATE(M); - to show todays month in name<br>:DATE(s); - seconds<br>:DATE(S); - to show todays day in 2digit name<br>:DATE(H); - hours<br>:DATE(mm); - minutes<br>:DATE(utc); - UTC</div><br>
comment |