0
votes
1answer
6 views
Connecting nodes to multiple dates
I have company website, with many offices around the world (around 50 offices).
The company want to create a gift giveaway with the employees in a specific company each specific day.
For example:
…
0
votes
2answers
17 views
MySQL: Who are today “on” between 2 diferent dates
I have a Mysql problem. (I use PHP with it).
For example I have this kind of database:
Name | Started and | will end
Jason | 2009-12-17 | 2009-12-24
Ericke | 2009-12-12 | 2009-12-30
Maria | …
0
votes
3answers
57 views
How to parse Date from HTTP Last-Modified header?
HTTP Last-Modified header contains date in following format (example):
Wed, 09 Apr 2008 23:55:38 GMT
What is the easiest way to parse java.util.Date from this string?
0
votes
2answers
59 views
How many problems are in the following date parsing routines that come from a real-world project?
These methods are laughably stupid, IMO, but I want to get a feel for what other developers think of such code. Criticisms may include technical and stylistic errors. Corrections may use anything from …
1
vote
7answers
90 views
Formatting Date on Java
Hi there.
I have a String with the following format: january_2005 (MMMMMMM_yyyy)
and i want to convert it to a mysql acceptable date value to insert it on the database.
I need to do it on Java.
…
1
vote
1answer
28 views
Determine if a year is leap and if a date is valid in Blackberry
i get a date input from the user..in this case i need to determine if the year the user entered is a leap year or not ...and after the user has entered the entire date i.e the month date and year...i …
0
votes
1answer
6 views
Sharepoint Designer - is there a way to calculate a date difference in a workflow?
Maybe I'm just crazy... So, with SPD I can add any time unit to a date and put that into a variable, but I can't seem to find anything that will let me calculate the difference between two dates. "Do …
0
votes
2answers
36 views
PHP Echo Timezone based on GMT offset
I have an application that stores GMT time data in a MySQL db like this: 2009-12-16 15:27:47.
The user's timezone offset is stored in another column like this: -6
The above timezone is GMT-6, which …
2
votes
2answers
57 views
Is there a Perl equivalent of SAS’ INTNX function or Javascript’s Dateadd function?
I'm trying to convert Chinese lunar system to Gregorian using Perl, both for fun and for learning purposes. I thought there was some kind of easy mathematical algorithm to do the job but turned out I …
0
votes
1answer
14 views
Problem with regional settings date
Hi Guys,
I got a problem with the date settings on my client system,
My program demands to set the date as DD/MM/YYYY and I used the type as text in the database,
so I am unable to see what was the …
0
votes
3answers
37 views
Init javascript Date object
Hi,
I would like to retrieve a Javascript object Date for new year. I want to user new Date(); object and init it to the 2009-01-01 (it's for a countdown).
Thanks
1
vote
5answers
76 views
Java Date cut off time information
Hi Folks,
I have a Java Date object containing date and time information, e.g. 2008-01-01 13:15:00. I want to write a method that cuts off the time information so I only have the date left, e.g. …
0
votes
3answers
35 views
jQuery UI, Calendar, find out if date given is over 2 years old
Hay Guys, I'm using the bog standard Calendar from the jQuery UI system. The result shown (after a user clicks a date) is MM/DD/YYYY.
I want to check that this date is not old than 2 years old
ie
…
3
votes
1answer
56 views
How can I make SimpleDateFormat.parse() fail when month is greater than 12?
I'm using java.text.SimpleDateFormat to parse strings of the form "yyyyMMdd".
If I try to parse a string with a month greater than 12, instead of failing, it rolls over to the next year. Full …
0
votes
2answers
20 views
XSD and Date Range Validation
How would I write the XSD to validate the StartDate element and EndDate element are within the Quarter element and Year element? Thanks.
<OrganizationName>Chevron</OrganizationName>
…
