date time « Data Type « Perl






1.To extract the current date by using time and localtime
2.Set the value of localtime to a scalar variable, you'll get a typical UNIX-style time
3.scalar(localtime(time()))
4.Splitting Time
5.Create new time based on the value from localtime
6.Print out the current time in standard time
7.Is leap year subroutine
8.Execute date command and get user input
9.Time of Day








10.Switch Time
11.Converting Time
12.Splitting Local Time
13.localtime converts a time into the local time.
14.gmtime function converts a time value into Greenwich Mean Time