The date-formatting tag has no wiki summary.
0
votes
2answers
41 views
Get normal user readable date/time with php
I know this question has been asked 2-3 times before, and I am using a function which I found in one of the answers(check it here) from those questions, but it doesnt seem to be working fine for me, i ...
1
vote
2answers
42 views
List the previous six months [duplicate]
I am looking for a way to get a list of the last six months from today.
Today is in May so I would be looking for an output of:
May 2013,
Apr 2013,
Mar 2013,
Feb 2013,
Jan 2013,
Dec 2012
I ...
0
votes
1answer
26 views
ASP.NET MVC DataAnnotations doesn't accept dd-MM-yyyy format
In my ASP.NET MVC 4 project I have a DateOfBirth field that uses the DataAnnotations Validation Date Attribute...
[Required(ErrorMessage = "This field is required"), Date]
public DateTime DateOfBirth ...
-3
votes
4answers
49 views
Date Format change in SQL [closed]
I'm trying to format the date output on this sql query to be yyyy-mm-dd
(DATEADD(DAY,90,getdate()) output yyyy-mm-dd 00:00:00
I need to remove 00:00:00
0
votes
0answers
15 views
fullcalendar hover date format (german translation)
in the fullcalendar display on the frontpage, the mouseoverEvent displays the details of an event including the date. The date is displayed in the following way:
"Mai 2, 2013" (for may 2nd, 2013). In ...
0
votes
1answer
56 views
Hibernate criteria group by date without time
This code give me a list of two items Datetime and count. But I need group it by date without time.
Can anyone give me a clue how to do it? Thanks!
Criteria criteria = ...
0
votes
1answer
30 views
javascript Time formatting behaving strangely
I ran into a bizarre issue with the time formatting in js
function getClockInTime() {
var now = new Date();
var hour = parseInt(now.format("HH"));
var timeString = now.format('h:MM:ss') ...
0
votes
2answers
33 views
In what format is this date string?
Im trying to convert a bunch of NSStrings into NSDate objects. Here is an example string:
2013-04-25T15:51:30.427+1.00
But I can't figure out what format it is in, so far I have (The question marks ...
0
votes
1answer
45 views
UTC timestamp not returning correct time
I get a date string from the server in EST so I convert it
example date 2013-04-16T11:56:07.15
incidentDate = l.item(0).getTextContent();
DateFormat dformat = new ...
0
votes
2answers
29 views
Parsing date gives Date of different format to what is specified. (Java)
I get dates as Strings (ie: 2013-04-07 17:20:16.0) and I need to create Date objects to represent these so that I can set the date's in JSpinners.
I am using this to format the date strings I get:
...
2
votes
1answer
384 views
Excel VBA - Date Format Conversion
I have come across a challenging task which I am not able to solve using many workarounds.
In one column I have dates, the date can be in following three formats:
1) Simple dd/mm/yy
2) ...
1
vote
2answers
44 views
How to format a String with multiple dates in Java
I would like to format a String that contains patterns for more than one date/time. For example:
'Starting on' EEEE 'at' h:mm a 'and ending on' MMM d
Here I am trying to use two dates in the same ...
0
votes
4answers
150 views
how to create Date object from String value
When running through the below code I am getting an UNPARSABLE DATE EXCEPTION.
How do I fix this?
package dateWork;
import java.text.DateFormat;
import java.text.ParseException;
...
1
vote
3answers
72 views
get proper date in jQuery
I am working on one project and i am using FullCalendar and jQuery dialog.
I am using jQuery dialog because user select any time-slot they will be see one dialog box and inside of that dialog box i ...
0
votes
2answers
40 views
How can I convert a date to this particular string representation?
LblExpirydate.Text = dataReader(0).ToString()
Output in asp.net form : 01/05/2013 12:00:00 AM
I want to change format to (01/05/2013)
Notes : My database
Column : Expirydate
data type : Date
...
3
votes
2answers
131 views
Joda time - Parsing string throws java.lang.IllegalArgumentException
Shouldn't a String formatted with a specific DateTimeFormatter be able to be parsed using LocalDateTime.parse()?
Test
DateTimeFormatter formatter = ISODateTimeFormat.dateTimeNoMillis()
LocalDateTime ...
5
votes
3answers
183 views
Parsing String to Date without using SimpleDateFormat?
I am developing a spring application and in one of my controller i have following lines to parse from string to date and format the parsed date to required format. But again i need to parse back ...
1
vote
2answers
36 views
date format with timezone
How do I format a date in python to look like this: weekday:month:day(number):HH:MM:SS(military):EST/CST/PST:YYYY? I am familiar with strftime(), but I am unsure how I would handle the HH:MM:SS and ...
1
vote
1answer
34 views
Issue in showing time of a date field in MVC view / partial class.
I am developing a MVC application.
I am trying to display date time in the view.
I have write below code in partial class of the entity.
[DisplayFormat(DataFormatString = "{0:dd MMM yyyy hh:mm ...
1
vote
1answer
36 views
Spring 3 Field Formatting
I am looking at using the Spring's Field formatting in particular the existing DateFormatter. I do understand that I need to specify a pattern on an annotation in my POJO.
Instead of hard coding ...
0
votes
2answers
104 views
Formatting Date like moment.js in .NET
Is there any libraries for .NET that works similar to moment.js but for server-side formatting?
EDIT:
So i can do something like : someDate.FromNow(); and returns things like :
in 2 years, next ...
1
vote
0answers
116 views
Formatting cells in XSLX files generated by XSLT
I'm using XSLT to generate a report with a date column. In the spreadsheet XLSX file, if I pass through the date as a string, when opening it with a spreadsheet package such as Excel, it will assume ...
1
vote
1answer
49 views
how to change date 2012-03-24 to 03/24/2013 in flex
override public function set data(value:Object):void
{
super.data = value;
if(data["date"] == ' ')
{
var d:DateFormatter = new DateFormatter();
...
1
vote
2answers
85 views
Importing dates to excel, conversion fails. Language/regional settings probably the reason
So I use the get external data from text function in Excel.
The file I am importing is this one.
I just paste the url in the open file dialog, that works just OK. Then I go through the ...
0
votes
3answers
86 views
How do I format data for each row fetched? (Codeigniter, My_Model)
I have a table called events and I'm storing the start date in the datetime format.
However, I'm using a plugin that the requires the dates are formatted to:
YYYY-MM-DD.
I would, therefore, only ...
0
votes
1answer
210 views
Change date format advanced custom fields wordpress
Hi I am working with advanced custom fields with wordpress and im trying to fix the date to show : 24/01/201 instead of 01/24/2013
I have been looking at the ACF site but I can't seem to find why it ...
0
votes
3answers
88 views
how to get php date format from given string
How to get date format of given string, string contain a valid date
I am try to import data from csv file, and that csv files are exported for backup
but there are so many different type of date ...
1
vote
2answers
247 views
Java : Convert string to Date
i try to convert string to date , but when after the conversion the month is set to jan , but in input the month is other example 'sep' . following is my code.
Date tempDate = new ...
1
vote
2answers
67 views
Generating 1st of months of 20th century - Objective-C
I'm creating a bunch of code to determinate every 1st of each month from 1/1/1901 to 31/12/2000 using Objective-C. I want to get this output :
1/1/1901
1/2/1901
1/3/1901
.
.
.
1/11/2000
1/12/2000
...
1
vote
6answers
119 views
should I use parallel arrays to simplify formatting dates automatically?
I am new to programming in Java.
I want to system.out.println dates that the user has input and have it know if it is a 'st', 'th', 'rd' and 'nd'. So if I input '13' for the date I was born it would ...
-7
votes
2answers
116 views
Date to string in different Format in c# [closed]
I have an input string,
month = January 2013
It get from
string month = DateTime.Now.ToString("MMMM yyyy");
Now,i required to get the above 'January 2013' as '201301' format.how the required ...
4
votes
1answer
104 views
Convert not valid date format to another in PHP
I have a date in Oracle format:
22-JAN 07
And i would like to convert it to something like this:
22/01
The problem is, i can not use the date function as the string I am trying to convert ...
0
votes
2answers
55 views
Calculating actual day's midnight date [duplicate]
Possible Duplicate:
Getting date from [NSDate date] off by a few hours
I want to calculate the actual day's midnight time using the actual day's date here is the code:
NSDateFormatter ...
0
votes
2answers
41 views
Decorating date formats
I'm looking for a way to parse a string which would replace some patterns with components of a date that I provide.
Do you know of a standard way to do this?
One usage would be:
...
0
votes
1answer
399 views
Spring webflow and type conversion for date formatting
Environment:
Spring 3.1.3.RELEASE
Spring webflow 2.3.0.RELEASE
I have posted this question recently on spring source forum. See:
Spring webflow formatting issue
I followed the steps outlined in ...
3
votes
2answers
155 views
date to text in vb.net
In VB.NET I want to get the date in text like Microsoft Excel
eg: In MSExcel entering the date : 01/01/2013 and setting format to text it gives output 41275
How can I do this with vb.net?
1
vote
5answers
240 views
Javascript convert timestamp
I have a date in this format "2012-12-20 21:34:09".
How to format in the format dd/mm/yyyy
-1
votes
3answers
346 views
How to convert date in to yyyy-MM-dd Format?
Sat Dec 01 00:00:00 GMT 2012
i have to convert above date in to
2012-12-01
How can i?
i have tried with following function but its not workig
public Date ConvertDate(Date date){
DateFormat ...
0
votes
2answers
231 views
Comprehensive list of date format patterns in obj-c for iOS
Is there an actual, comprehensive list of supported date format patterns/tokens? I've been looking at the API docs, and they mention a few of them, such as MM, but where's the rest?
0
votes
1answer
40 views
Search/replace loop goes awry
We have a course schedule, that looks like the following (first 4 rows) in Eastern Time.
Sat 12/08/2012 1:00-3:30 PM
Mon 12/10/2012 9:30-12:00 AM
Wed 12/12/2012 9:30-12:00 AM
Sat 12/15/2012 ...
0
votes
1answer
115 views
Set sybase PHP library to return the same default date format as sqlserv
I wrote an application in PHP that connects to a SQL server.
If this application runs on windows it uses srvsql libraries, in linux case it uses sybase libraries.
My trouble is that date fields ...
0
votes
1answer
119 views
Excel - How to convert hrs and mins stored as text into [h]:mm
When I run a report and export to Excel, the hours and minutes are exported as a general text format.
So for example:
13 hours and 22 minutes is exported as 13.22
0 hours and 33 minutes is ...
0
votes
0answers
85 views
Jinja2 - datetime getting randomly converted to unicode
I have a jinja2 template that receives a list of dictionary objects from its endpoint in flask (is acually a special sequence from my ORM, but the objects within function just like dicts).
I call ...
1
vote
2answers
460 views
Setting Time in Excel using POI
I am trying to create an Excel Work sheet using POI api in Java. In that Excel Work Sheet I want to have a cell with TIME alone. By setting this we can include the cell in summation of that ...
0
votes
2answers
420 views
ASP.NET Application is displaying american date formats
One of my development applications has today started displaying American formatted short dates where I am expecting British formatting.
The dates are being rendered using date.ToShortDateString()
I ...
0
votes
1answer
77 views
XML Time PHP Convert
I can get the day and month displaying fine but my issue is with the time. In the XML file I am given it is set out as:
<Start>2012-11-11T01:00:00Z</Start>
...
-1
votes
3answers
46 views
Change the desired output method of now() tags [duplicate]
Possible Duplicate:
Displaying Date from database PHP
I'm using this method in an insert.php function from a form for a small CMS/blog I'm making.
All i want to know is how to change the ...
-1
votes
2answers
74 views
Is there a way to convert a date format when referencing it from an external service?
I am trying to convert a date from 19/10/2012 00:00:00 to 19/10/2012. I can't state the date type in the viewmodel like here as code is as below:
Viewmodel:
public Appointment Appointment {get; ...
1
vote
1answer
554 views
java.util.Formatter: UnknownFormatConversionException: Conversion = 'F'
What's wrong with
public String toString() {
return super.toString()
+ String.format(" %1$F-%2$F", startDate, endDate);
}
I get
Caused by: ...
2
votes
1answer
205 views
Java DynamicReports format dates regarding to locale
I'm using DynamicReports API for building reports.
I'm setting the Locale of the report and format the Date columns of the report, but the Dates are always formatted like 10/12/2009 10:54:44 AM no ...




