Quantcast
Channel: Zoho Creator Knowledge base » date-time
Viewing all articles
Browse latest Browse all 2

How can I get the time portion from a date-time string?

$
0
0
Time portion string can be obtained from date-time value using toString() function, as shown in the below code.
  1. a = ’01-Oct-2010 10:11:12′ ;
  2. alert a.toString(“HH:mm:ss”);


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images