Language
Any
Platform
Any
License
Any
This tutorial shows how to convert a String representation of a date into a Date object.
This tutorial shows how to get the current month name. This tutorial will use the SimpleDateFormat to get the month name which provides an extra benefit of providing localized month names.
This tutorial shows how to get the month names for the current locale or for a specific locale. Java provides an easy mechanism for getting localized month names.
This tutorial shows how to get the day names for the current locale or for a specific locale. Java provides an easy mechanism for getting localized day names.
This tutorial shows how to get the short month names for the current locale or for a specific locale. Java provides an easy mechanism for getting localized short month names.
This tutorial shows how to get the short day names for the current locale or for a specific locale. Java provides an easy mechanism for getting localized short day names.
The work undertaken to resolve the year 2000 problem taught developers that they should be using four-digit dates. However, as integration with legacy systems is still required, so are two-digit...
Python Dates and Times. There are three common ways of manipulating dates in Python. Here is the description.
This article continues on where we left off last time. To begin with, let's create two new rss feeds to read. We're going to combine them into one feed, and display them combined on one page, in the...
There are lot of situations where you need an exact timestamp. For example, you may want to differentiate a recordsets’ creation dates, store technical measurements, or just to see how fast your...
It is important to revisit the basics regularly or you find that your favourite mantras, beliefs, and techniques are so far out of date that they are not only inadequate, they may even be bad...
This article provides an analysis of the basic differences between the date and time data types in DB2 and Oracle, focusing on DATE, TIME (available only in DB2), and TIMESTAMP in particular. It...
It seems like every development project begins with the date, and we're held responsible for "making the date". Making the date is not a development responsibility. Here's why.
Ever wondered why DateTime.Parse doesn't recognise non-US date format? Here's how to get it to!
If you run Perl across many different computers of any sort, you know how frustrating it can be to install Perl extension modules across those machines. The administrative process is even worse if...