Tagged Questions
The date-format tag has no wiki summary.
6
votes
4answers
6k views
How do you globally set the date format in ASP.NET?
How do you globally set the date format in ASP.NET?
My local machine and servers have Regional Settings set to "English (New Zealand)".
When I format a date with "dd/MM/yyyy" I expect to see ...
5
votes
1answer
198 views
convert date from yyyy-mm-dd to day-month-date
I have date in this format 2011-11-02. From this date, how can we know the Day-of-week, Month and Day-of-month, like in this format Wednesday-Nov-02, from calendar or any other way?
4
votes
1answer
134 views
jqueryui datepicker dd/MM/yy culture related issue
I'm using a jQueryUI datepicker for a simple "From" & "To" date range filter in my ASP.Net MVC web-app. Works fine until I hit a machine which had its datetime format (in the Regional Settings) ...
3
votes
3answers
423 views
ASP.Net MVC model binding - how to change date format?
I have this application, and the default date format must be dd/MM/yyyy (the language is Brazilian Portuguese).
I already had set culture and UI culture to pt-BR and now myDate.ToShortDateString() ...
3
votes
4answers
452 views
Problem with date formats in JavaScript with different browsers
I am working with dates in an RSS feed, but am finding differing results when using the code below in IE, Chrome and Firefox:
new Date('2001-01-01T12:00:00Z')
Firefox is happy with that, but Chrome ...
3
votes
1answer
534 views
How to optimize mysql date_format() for speed in where clause?
I'm trying to optimize relatively big mysql (myisam) table with 220,000 rows. The table itself is not so big - about 23.5MB in size. So, what's the real problem? - i got query like this:
SELECT * ...
3
votes
3answers
4k views
Proper DateTime Format for a Web Service
I have a webservice with a method which is called via a xmlhttprequest object in my javascript. The method accepts a datetime parameter which is subsequently converted to a string and run against the ...
3
votes
8answers
5k views
Displaying proper date format depending on culture
I am using a control for a popup calendar date picker. This uses a javascript function, SetText, to set the textbox to the given date. I can't change anything in the calendar control itself but I ...
3
votes
6answers
3k views
What is the best way to parse a date in MM/DD/YY format and adjust it to the current / previous century?
One of our customers wants to be able to enter a date with only 2 digits for the year component. The date will be in the past, so we want it to work for the previous century if the 2 digit year is ...
2
votes
4answers
68 views
MySQL Group By Dates Between
Is there a way to group records that fall between two dates?
For example, my table has records that look like this:
rid stamp uid
25 2005-07-05 14:10:29 25
1175 ...
2
votes
4answers
480 views
How to format date in lambda expression in Razor View
I have a View on which I need to display a date formatted in "dd/MM/yyyy".
Actually it is displayed as: @Html.LabelFor(model => model.DtNews) and I don't' know where and how I can put the Format() ...
2
votes
4answers
147 views
Return null for date_format when input is null in mysql
I'm doing something like this:
SELECT date_format(mydate, '%d/%m/%Y') FROM xyz;
When mydate is NULL, date_format returns 00/00/0000. This is correct, but how can I make it so that it returns NULL ...
2
votes
3answers
147 views
Format date in Java
I have the following string:
Mon Sep 14 15:24:40 UTC 2009
I need to format it into a string like this:
14/9/2009
How do I do it in Java?
2
votes
4answers
2k views
Going from MM/DD/YYYY to DD-MMM-YYYY in java
Is there a method in Java that I can use to convert MM/DD/YYYY to DD-MMM-YYYY?
For example: 05/01/1999 to 01-MAY-99
Thanks!
2
votes
3answers
2k views
ActiveRecord date format
I've run into a spot of bother with date formats in our Rails application.
I have a date field in our view which I want to be formatted as dd/mm/yy. This is how the user will expect to enter their ...
2
votes
4answers
2k views
Parsing dates to a Rails friendly format
I've got a batch of a 100k or so records that I'm importing to a Rails app.
There's a date in each row formatted like the following: 03/17/81
However, when I try to just assign it to a date field, ...
2
votes
2answers
2k views
How do I trim date in PLSQL?
I have a date variable as 24-dec-08
I want only the 08 component from it.
How do I do it in a select statement?
e.g.:
select db||sysdate
(this is the component where I want only 08 from the date)
...
2
votes
9answers
7k views
SQL date format issue in select query
I have an ASP page which will fetch records from a SQL server DB table. The table "order_master" has a field called order_date. I want to frame a select query to fetch order date > a date entered by ...
1
vote
0answers
149 views
windows server 2008 R2 date format reverts to US
Very strange phenomena with Windows 2008 R2 setup and scratching my head for more than couple of hours now. What is happening when an Application is run via a user it picks up correct date format i.e. ...
1
vote
1answer
367 views
date_default_timezone_set FOR Europe/London did not return correct time
Hye
when i use following code to get current uk/london time, it gave wrong time.
at testing time current london time was:02:11:16 PM, Wednesday 01, June 2011
but i got using following code: 06/02/11 ...
1
vote
5answers
225 views
problem on java calendar function
I declared Calendar and SimpleDateFormat like this:
calendar = Calendar.getInstance(TimeZone.getTimeZone("Malaysia"));
final SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MMMMM.dd hh:mm aaa");
...
1
vote
2answers
276 views
MySQL Subquery Count Using DATE_FORMAT alias
I've been banging my head against the wall for the past hours trying to get this single query to work but having no success.
I have a single table called viewer_log.
Each row is a pageview with a ...
1
vote
5answers
125 views
SQL Select Query with single field as formatted and remaining fields as wildcard
I'm trying to fetch records from a table in MySQL 5.5 (Community Server) which has 22 fields in total, the first field is of type DATETIME, and I want that field formatted with DATE_FORMAT() method, ...
1
vote
1answer
296 views
How to intercept WCF JSON parsing for a post request
I have a WCF web service which uses JSON format, my problem is with the date fields, when I try to post a date to my service I can't find any other format other than the "/Date(53244000000)/" where ...
1
vote
3answers
114 views
Time how to store it
Ok, i'm a bit confused. I am working on a project that have to store some time() in the database. It seems to me that for better flexibility i should store it as timestamp so that i could make ...
1
vote
1answer
252 views
Using EXSLT to subtract dates
How can I use EXSLT extensions to subtract a date.
I see that there is a date-add function, but the EXSLT docs don't include any examples. I am trying to take the current date and subtract 1 month ...
1
vote
1answer
245 views
Can I alter DateFormat.SHORT to include seconds or something similar?
In my application I am using code like this:
DateFormat df = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT, locale);
df.setTimeZone(User.getTimeZone());
String s = df.format(d);
...
1
vote
1answer
592 views
Groovy date formatting problem
I am developing a groovy application and I am having problems when showing a Date field.
If I use the following notation:
<g:formatDate format="dd.MM.yyyy" date="${fieldValue(bean: ...
1
vote
2answers
565 views
php/mysql - date_format and the time portion
Apologies if this has already been answered many times, but I was unable to find the answer and I was flummoxed.
I have a mysql query which seemingly outputs the result I want when I run it in the ...
1
vote
2answers
602 views
How can I remotely (via web services) determine date format of SharePoint 2003 site, for use in Versions.asmx returned XML?
The GetVersions() call to the Versions.asmx web service in SharePoint 2003 returns a localised date format, with no way of determining what the format is. It's the site regional setting of date ...
0
votes
0answers
40 views
VBA Range assignment of an array of string change the date format
I have a VBA function quite practical which pastes an array in a range quickly. The function is quite long and is not needed here
The only issue is when I try to paste an array of string which are ...
0
votes
3answers
131 views
how to convert date from yyyy-MM-dd to dd-MMM-yyyy without using Date function
I have "2011-12-05" and I want to convert this to "Monday 05-Dec-2011".
My date conversion code depends on the device timezone. If my timezone is India, then I get date Monday 05-Dec-2011 and if my ...
0
votes
0answers
64 views
Binding list of Dates using specific culture in asp.net mvc 3 fails
i have this scenario where i need to accept three meeting schedules , below are the details
meeting Schedule model
public class MeetingSchedule
{
public DateTime Date { get; set; }
}
Form ...
0
votes
3answers
65 views
Can we pass value to annotations at runtime?
We need to create an annotation in java called DateFormat. It will take string dateformat eg.
class User
{
@Dateformat("MMM/dd/yyyy")
private Date birthDate;
}
Here the date format is ...
0
votes
1answer
36 views
Different between ways of setting default date format in Rails 3?
In Rails 3, is there any difference between
ActiveSupport::CoreExtensions::Date::Conversions::DATE_FORMATS[:default] = '%m/%d/%Y'
(which has been suggested all over the Internet but does not seem ...
0
votes
2answers
57 views
MySQL: is it possible to format UNIXTIME within a result table?
everyone. I am brand new to SQL and I am using it within a Drupal instalation. I would like to know if it is possible to format the results I get (in UNIXTIME) into a DATE TIME format (human-readable, ...
0
votes
0answers
124 views
oledb return formatted date values
I have another interesting issue.
I'm using oledb to get data from excel. the connection string is:
oleConnection.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + filepath + "; ...
0
votes
2answers
71 views
date_format PHP using a mySQL call
I am having trouble formating the dates that are being returned from my mySQL database.
Here is the code that I am trying to use:
<?php
function get_gold_time()
{
$goldquery = ...
0
votes
2answers
60 views
how to validate date format using regular expression
I want to verify if the date provided is in the correct format. It doesn't matter if the date is correct or not. I am only interested in the format. And, I don't how to handle it. Here is the regular ...
0
votes
2answers
48 views
Convert CMMDDYY into date in SQL Server
If I have a date string in the format of CMMDDYY
C = 0, 1 or 2 where 0 represents 19, 1 represents 20 and 2 represents 21
Example:
1022511 would be 02/25/2011 in mm/dd/yyyy format.
Is there a way ...
0
votes
2answers
281 views
How to convert Date in String to Sql date?
I have a date with String format "09-06-2011". I need to compare it with another date in java.sql.Date format "2011-06-30 00:00:00". How can I convert a String date to a sql date ?
0
votes
4answers
251 views
Java date format
Have String str "May 23 2011 12:20:00", want to convert it to date such this:
Date date = (new SimpleDateFormat("MMM dd yyyy HH:mm:ss")).parse(str);
It always gives me ParseException Unparsable ...
0
votes
1answer
135 views
Changing default date format in trac queries
I have a trac (http://trac.edgewall.org/) bug tracking system where I have admin priveledges, but no access to the actual server. I got the guy who has access to the server to install the iniadmin ...
0
votes
3answers
296 views
Mysql query : date_format and sprintf()
I want to use sprintf() along with date_format in a MySQL query.
Here is query:
mysql_select_db($database_exdb, $expdb);
$query_eventeditrs = sprintf("SELECT eventid, groupid, title, ...
0
votes
1answer
99 views
mysql date-format returns null
I have the following SQL query. It returns NULL for the 'invoice_date'.
SELECT * , fk_uid AS userId, fk_ivid AS invoice_uid, (
SELECT company
FROM tbl_users
WHERE pk_uid = userId
) AS ...
0
votes
2answers
95 views
MySQL Date_Format based on today's date and another column?
I am aware of the MySQL Date_Format function but am looking to achieve the following:
I have on column with a day date in 2 digit format (01-30). I am trying to update another date formatted field ...
0
votes
2answers
972 views
How to convert a DD-MM-YYYY date format string into a YYYY-MM-DD date format string or into a NSDate object in Objective-C?
I have read date from XML which give me back string where the date is like DD-MM-YYYY. But when I want to add it to my core data database, SQLite sorts me that wrong so I have to convert it to date ...
0
votes
2answers
105 views
PHP - Converting a string into various date formats
I am new to PHP and cannot figure out the best method to convert two strings I have from URL params.
I would like to convert:
"August 2010" to ---> "2010-08-%"
and also:
"2010" to ---> "2010-%-%"
...
0
votes
1answer
368 views
Sharepoint 2007 calculated Date field shows incorrectly in non-US region
If a SharePoint user (with Regional Settings set to UK) views a calculated date field in a View details form, the field shows incorrectly.
I am using:
ddwrt:FormatDateTime(string(@RenewalDate), ...
0
votes
4answers
2k views
MySQL/PHP update query with dates not updating
Bit of a strange problem here...
I've got an update query that isn't working, and I can't for the life of me work out why!
My table has two three fields - 'id' (int, auto increment), 'date' (date), ...