Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
6answers
2k views

SQL Server Datetime issues. American vs. British?

On my test DB, the dates are displayed in a DD/MM/YYYY format. By displayed I mean when you right click, open table in Management Studio, the returned data are displayed in a DD/MM/YYYY format. Funny ...
5
votes
1answer
130 views

Set date format with existing records php mySQL. How?

I have a mySQL with a table. There are 30 records all with a date column. How do I change all my existing records in my table to have today's date with is format? ...
5
votes
4answers
1k views

How to format time since xxx e.g. “4 minutes ago” similar to Stack Exchange sites

The question is how to format a JavaScript Date as a string stating the time elapsed similar to the way you see times displayed on Stack Overflow. e.g. 1 minute ago 1 hour ago 1 day ago 1 month ago ...
3
votes
3answers
101 views

How can I display the current datetime in the given format including microseconds in Perl?

I want Perl to display current date and time in the following format: 2010-02-11 13:12:34.87876 I wrote this code: use Time::localtime; my $tm = localtime; printf("It is now %04d-%02d-%02d ...
3
votes
3answers
61 views

What is the best practice to query dates in SQL when parameterised queries are not possible

My brief is to implement a interface which has a method that looks something like 'GetValuesSqlStatement' below: public string SqlPattern { get { ... } } //this varies; eg. "SELECT name FROM ...
3
votes
1answer
52 views

Formatting Date in reporting services

I am building a report in reporting services. I would like the title of the report to read: Audit Log - June 1, 2011 to June 6, 2011 Currently I have it reading: Audit Log - 06/01/2011 to ...
2
votes
1answer
23 views

What formats can I use for an xforms:input bound to a node of type xs:date?

I am looking at the <xforms:input> formatting documentation and am curious if it is at all possible to display the date as "3 Jul 2011". This should formatting very simple given the use of ...
2
votes
3answers
78 views

Rails 3: How to format a Date in other than English languages?

To format a Date in English I do: Date.today.to_s(:long_ordinal) # => September 28th, 2011 How could I format a date in Russian (or any other language) ?
2
votes
1answer
97 views

Convert a java.text.DateFormat instance to a strftime string?

I've got a DateFormat object that I would like to turn into a strftime string so I can get consistent date formatting across multiple languages. Is there something in the SDK that I'm missing? If not, ...
2
votes
1answer
135 views

Relative Date Formatting, output for past dates?

I am looking at using -[NSDateFormatter setDoesRelativeDateFormatting:] to present dates as "Today" or "Yesterday". I am only looking at dates in the past but am curious what options I would see ...
2
votes
1answer
85 views

How to check the validity of the dateformat (ex, %d/%m/%Y-%H:%M:%S)?

I am using boost optionsparser to parse the command-line arguments passed by the user. Now the program had an option for the user to specify his/her choice of dateformat. like, program -d ...
2
votes
6answers
258 views

Relative date formatting always outputs “3 hours ago”

I am calculating the date interval between a specified date and the current date using php. I do this so I can print out social friendly timestamps like A few mins ago and 2 hours ago When I come to ...
2
votes
1answer
314 views

ASP.NET MVC 3 not accepting my German date format settings - why?

I have a new ASP.NET MVC 3 project, and MVC and Razor are all brand new to me... can't figure this one out. I have a dev machine on US-English Win7 x64, running English versions of VS 2010 Pro SP1 ...
2
votes
1answer
487 views

In SQL Server, how to convert a date to a string in format M/D/YYYY? (no leading zeros, not MM/DD/YYYY)

Right now, my code has the following conversion for a date field: convert(varchar, Citation.PublishedOn, 101) However, that returns dates like 03/01/2010. The request was to have the dates display ...
2
votes
4answers
136 views

how can I format a date in java with “ff”?

I'm trying to print a date with the following format: "HHmmssff" I'm using SimpleDateFormatter. It fails because it can't recognize "ff". Is there another formatter that can? Or any other way to ...
2
votes
3answers
214 views

How to display a day from the Date

Using SQL Server 2005 Table1 Date 19-12-2009 20-12-2010 ..... Date Column datatype is DATETIME. Expected Output Monday Tuesday How to make a query for getting the day...
2
votes
4answers
221 views

Convert datetime in sql server

How can i convert the datetime format below 2010-10-25 11:13:36.700 into 25-Oct-2010 or 2010-10-25 00:00:00.000
2
votes
3answers
238 views

Parse this date in Python: 5th November 2010

I'm having a bad time with date parsing and formatting today. Points for somebody who can parse this date format into a datetime.date or datetime.datetime (I'm not too fussy but I'd prefer .date): ...
2
votes
1answer
2k views

Date formatting using data annotations for a dataform in Silverlight

This is probably got a simple answer to it, but I am having problems just formatting the date for a dataform field.. <df:DataForm x:Name="Form1" ItemsSource="{Binding Mode=OneWay}" ...
1
vote
1answer
62 views

how to support multiple date formats

I am planning to write generalized method to support all date formats. can u please give me how to handle different kind of date formats. especially DD/MM/YYYY and MM/DD/YYYY. And tell me date ...
1
vote
1answer
29 views

What's the most simplest way to parse RFC3339 date string in iOS?

Youtube API returns date string in RFC3339 format. I found how to parse it on manual, anyway, this is too long. - (NSString *)userVisibleDateTimeStringForRFC3339DateTimeString:(NSString ...
1
vote
8answers
51 views

Format mysql timestamp to something meaningful

My database uses a TIMESTAMP column for each article which gets data written to it whenever an article is written to the database. This is done automatically by the database using CURRENT_TIMESTAMP as ...
1
vote
2answers
207 views

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 should display the value in a fixed format (say dd-MMM-yyyy). So I can do: ...
1
vote
1answer
48 views

Using a DateFormatter with a JFormattedTextField

I am using a JFormattedTextField in combination with a DateFormatter. I've seen examples of this kind of text field using MaskFormatter in which a user can type in values and overwrite existing ones ...
1
vote
1answer
62 views

generically parsing String to date

I'm communication with a web service and it the json response has dates in it. the problem is those dates are in different formats. is there a generic way to parse these strings?
1
vote
1answer
77 views

Converting string representation of time to date time in app engine

In standard python, I can convert a string representation of time into datetime doing this: date_string = u'Tue, 13 Sep 2011 02:38:59 GMT'; date_object = datetime.strptime(date_string, '%a, %d %b %Y ...
1
vote
1answer
69 views

In the Django admin site, how do I change the display format of time fields?

I recently added a new model to my site, and I'm using an admin.py file to specify exactly how I want it to appear in the admin site. It works great, but I can't figure out how to get one of my date ...
1
vote
3answers
67 views

Return date as ddmmyyyy in SQL Server

I need the date as ddmmyyyy without any spacers. How can I do this? I can get yyyymmdd using CONVERT(VARCHAR, [MyDateTime], 112) But I need the reverse of this. SQL Server 2008
1
vote
1answer
723 views

PHPExcel Auto Date Format for excel

I'm using PHPExcel to create Excel files and I have some "Date" columns which keeps the date values. However, PHPExcel forces me to define a date format to work with the date fields. For example ...
1
vote
1answer
128 views

Losing an hour when returning a Date from milliseconds

I have the following code that takes a String of milliseconds (will be from an RSS feed so will be a String, the example below is a quick test program) and converts those millis into a Date object. ...
1
vote
2answers
115 views

Internationlization Java

Is there way to overwrite the default values for internationalization? Example if I get the date in EEEE format it will give me Sunday but I want something like Sunnyday. "EEEE, dd MMM, yyyy" gives ...
1
vote
1answer
448 views

Trying to format Google App Engine DateTimeProperty with a template modifier

Well, I've a database model with a datetime field of type DateTimeProperty(). I want to format this value in my template, so I'm using: {{row.datetime|date:'M j, H:i'}} But Google App Engine throws ...
1
vote
1answer
330 views

How to format datetime field from MySQL in a select statement?

I have a column set to datetime and with a defined format of 0000-00-00 00:00:00, and now I am trying to query with a SELECT statement to format that date after coming out. I tried ...
1
vote
2answers
417 views

language vs locale for date-time formatting on ios

I noted that some apps change date-time formatting with the locale changing and not with the language changing, but also viceversa. What is the suggested way to localize date-time? According locale or ...
1
vote
2answers
211 views

Displaying Date from database PHP

right now I'm storing a date in the database, in the format date("Y-m-d") and im storing it in date column now, I've retrieved it from the database but how can i display it like October 31st 2010 ...
1
vote
2answers
250 views

PHP: Date format conversting string 2010-09-02T09:46:48.78 to dd/mm/yyyy

I am pulling a date string from an API. The returned string looks like this: 2010-09-02T09:46:48.78 I want to convert it to 02/09/2010 (dd/mm/yyyy) but date_format($note['createdate'], "d/m/Y") ...
1
vote
1answer
447 views

sqlite timestamp formatting

I am trying to work with dates in an sqlite database. I am storing my dates as timestamps, but when I use strftime() to format them to human readable dates I am getting back unxpected results. ...
1
vote
5answers
404 views

Human-readable, current time sensitive date and time formatting in PHP

Is there a painless way to convert unix timestamps, MySQL timestamps, MySQL datetimes (or any other standard date and time format) into strings in the following form: Today, 6:00pm Tomorrow, 12:30pm ...
1
vote
2answers
284 views

Making a PHP/MySQL Timestamp look more attractive

So basically, I'm currently selecting a Timestamp from my MySQL database. In the database, the timestamp looks like so: 2010-06-30 12:36:08 Obviously for a webapp, that's not very attractive for ...
0
votes
0answers
44 views

Why would spring:eval tag stop formatting a date for only some pages in a web project?

I have a web project that has a set of public pages and admin pages. In these pages I have some date objects (annotated with @DateTimeFormat in their classes) and so I use the spring:eval tag to ...
0
votes
2answers
78 views

ASP.NET MVC3: DateTime Formats still an issue on the view

Ive successfully overridden the Dateformat to use UK format on the controllers. So posting seems to work for the correct date. @Html.ActionLink("Previous", "TimeTable", "RoomBookings", new { ...
0
votes
2answers
42 views

Flex DateFormat validation in java

I have a XLSX file which contain 2 columns 1 being a formatted date, time or datetime field and other being the relavant format string of type FLEX. So this file contains Flex date format string with ...
0
votes
2answers
104 views

Why is strtotime not working?

My content array contains a date field that I'm trying to format as "F Y". When I print_r, I'll get this: Array ( [title] => Test [field_datetime_value_1] => 2012-01-16 ...
0
votes
2answers
51 views

NSDateFormatter Adding 11 Extra Minutes when formatting

I seem to be adding +11 minutes to my desired date values when I am converting them using NSDateFormatter. The startDate and endDate as NSDates on MyObject, printed to the console: START DATE: ...
0
votes
3answers
69 views

.NET DateTime.ToString() - Default Format Setting

Is the default format of ToString dependent on anything server related? Here's the issue: I'm testing and have tested an application on my local machine and ToString(), by default, is returning in a ...
0
votes
1answer
60 views

Javascript date format from ADO recordset

I retrieve a list of date from a DB using JS and ADO and I show it in a table with the following code: var detDate = new Date() ; if(!rsDetail.bof) { rsDetail.MoveFirst() ...
0
votes
1answer
44 views

liquid is not formatting dates when used with jekyll

{{ post.date | "%B %e, %Y" }} is being converted to 2011-11-10 00:00:00 -0500 My versions are listed below: % ruby -v ruby 1.9.1p0 (2009-01-30 revision 21907) [i686-linux] % gem list | grep ...
0
votes
1answer
125 views

Date formatting in WPF datagrid

I already searched stackoverflow for a solution and found this: Need to format dates in dynamically built WPF DataGrid My problem is, that I load some data out of my SQL-Server-Database and want to ...
0
votes
1answer
136 views

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 date as 20111031 and time as 23:15. What I would like to do is to format it to the device ...
0
votes
2answers
43 views

Want to show date in GMT format like 11-Aug-11 18:20 GMT in PHP?

I want to show a date in GMT format like 11-Aug-11 18:20 GMT in PHP. How would I go about doing this?

1 2