Choosing The Right Server-Side Scripting Language
By Craig McElwee2004-01-06
Task 1: Get and Format The Time/Date
The Raw Date camp, which includes Perl, Python, and Tcl, returns the number of seconds from a set point in time, which can then be fed into time and date formatting functions. If you are going to be doing extensive date manipulation, this may be preferable to getting fully formatted dates as strings, as in Java servlets and PHP. Indeed, there is an exception to every rule, and we won't cover all the bases here.
Tutorial pages:
|
First published by IBM developerWorks
|
|||||||||
You might also want to check these out:
|
Leave a Comment on "Choosing The Right Server-Side Scripting Language"
You must be logged in to post a comment.
Link to This Tutorial Page!

