Top "Date-formatting" questions

Date formatting is the process of displaying, handling or converting a calendar date to a specific format.

Input with date format set from ViewModel and html class attribute

I am working with razor view engine in asp.net mvc3. Now, I need an input for a DateTime which …

asp.net-mvc-3 razor editorfor date-formatting
Format date and time after device current region settings

I have an NSDate object from which I make two NSStrings: The date and the time. Currently I format the …

ios localization nsdate date-formatting
Converting datetime from character to POSIXct object

I have an instrument that exports data in an unruly time format. I need to combine the date and time …

r datetime date-formatting posixct strptime
`uuuu` versus `yyyy` in `DateTimeFormatter` formatting pattern codes in Java?

The DateTimeFormatter class documentation says about its formatting codes for the year: u year year 2004; 04 y year-of-era year 2004; 04 … Year: The …

date parsing datetime date-formatting java-time
How use a specific CultureInfo in Asp.net Web API

I've recently added WEB API to an existing VS desktop application and everything worked fine, until yesterday when I had …

c# json date asp.net-web-api date-formatting
How to convert date format from dd-MMM-yyyy to yyyymmdd in Javascript?

I've an input text box with a date-picker, when the user selects a particular date, the date say 09-Dec-2014 gets …

javascript date date-formatting date-conversion
Change Date format in Django model

I have a date field called "birthdate" and property called "lifespan" in a django model. Field birthdate = models.DateField(blank=…

django django-models date-formatting datefield
To_date function in Vertica format?

How can I get Vertica function to_date('','format') do output like this: DDMonYYYY - 01/ABR/2012 and not like …

database date-formatting vertica to-date
Format code for a date with time zone in excel

I have date value with a time zone. 24 Nov 2005 GMT+05:30 What is the format code for this custom format in …

excel date-formatting
How to display only current time using DateFormat.getDateTimeInstance() in android

I am new to android. In android I want to display only current time in a textview in the format …

java android date-format date-formatting