Scripting
>>
Perl
>>
How to convert from unix time to full date/time string
scalar localtime($unixtime) where $unixtime contains the number of elapsed seconds since Unix epoch (00:00:00 1-jan-1970) to show current date /time string scalar localtime();
Please enable JavaScript to view the
comments powered by Disqus.