A date is a particular point or period of time at which an event occurs, or is expected to.
4
votes
4answers
44 views
How can I convert a short date to a long date in Javascript?
I need to convert 04/06/13 (for example) to a long date - Tue Jun 04 2013 00:00:00 GMT+0100 (BST). How can I do this using Javascript? I know how to convert a long date to a short date - just not the ...
0
votes
2answers
23 views
Javascript RegEx: validate date time
I am not very good with regex. I am being frustrated by a regular expression.
Example:
I have the following date time: 05/16/2013 12:00 am
I need a javascript regex that respect this format: ...
0
votes
1answer
21 views
Get year format from a given Date format
I have a localized date format. I want to retrieve just the year format in Java.
So if I am given mmddyyyy I would like to extract yyyy.
if I am given mmddyy, i would like to extract yy.
I cannot ...
0
votes
1answer
33 views
how to solve date matching in php mysql website?
So here is the thing I get dates from users from select tags like this:
<select>
<?php
for($i=date('m'); $i>=0; $i--){
echo "<option>".$i."</option>";
}
?>
...
0
votes
0answers
25 views
Formatting php timedifference based on days
I'm calculating a timedifference with this bit of php and formatting it in days, hours and minutes.
// Compares expires_at with the current time
$now = new DateTime();
$future_date = new ...
0
votes
1answer
17 views
Analog of “select level from dual connect by level < 10” for Sybase?
By select level from dual connect by level < 10 in Oracle I can generate sub-query of integer and transform it to another sequence.
Is this possible with Sybase?
PS I want to find dates where are ...
2
votes
1answer
12 views
Mac OS or Linux - Change year but leave Month Day Hours & Seconds untouched
I need to recurse a directory tree and update the YEAR ONLY portion of the timestamp for all files to a certain year. I can't work out how to do this with touch. I can't use touch -A since the the ...
0
votes
2answers
28 views
how to format 2013-05-15T10:00:00-07:00 to Date android
I am trying to format the date string to Date, and then get the month/day from it:
String strDate="2013-05-15T10:00:00-07:00";
SimpleDateFormat dateFormat = new SimpleDateFormat(
...
1
vote
2answers
35 views
Does java Date handles localization(one of the reason to choose Calendar over Date)?
I always preferto use calendar over date class as its robust on date manipulation(Also i read somewhere Date class mainly exist becoz of backward compatibility probably for prior to jdk 1.1).But i ...
0
votes
0answers
5 views
Java XML RPC date iso 8601 with timezone
I am having a hard time trying to make a web service client work. It is a XML RPC specification. I am using Apache WS XML-RPC library, which I find full of holes that causes problem due to ...
0
votes
2answers
53 views
Get orders from 12 hours ago SQL Server
I'm trying to pull records from a SQL Server database where the OrderDate (datetime) was 12 hours ago. Ideally I'd like to do the whole hour.. for instance..
If I run the query now, at 21.38 (my ...
1
vote
0answers
23 views
How to use boost date facets to parse strings which may not have leading zeros?
I'd like to use several boost::date_facet variations in C++03 to normalize some string input which can have a variety of different U.S. style formats, for example:
Feb. 04, 2012
Feb 04, 2012
...
-1
votes
1answer
19 views
How do I use conditional formatting in Excel 2010 to highlight a cell newer / older than an arbitrary date? [closed]
This is such a simple stupid question it SHOULD be really easy. Sadly, Excel is not cooperating!
I'm using Excel 2010, I have a column of dates (Criminal History Check most recent approval dates). I ...
0
votes
3answers
21 views
date() function returning Invalid Date in Safari and Firefox
I am formatting a date in the following way:
date = new Date("2013-05-12 20:00:00");
formattedDate = new Date(date.getFullYear(),date.getMonth(),date.getDate());
When I run this in Chrome it ...
0
votes
1answer
24 views
PHP Date/Time - If “Day = X” and “Time is between 18 and 21” echo
I have a radio schedule and what I'd like to do is have specific text displayed as bold when a show is live, and displayed as normal when not live.
Shows are on set days of the week and at set times ...
0
votes
1answer
10 views
What's the inverse of “date +%s”?
Is there something I can substitute for ?? to make this work?
> date +%s
1368817693
> date -d ?? 1368817693
Fri May 17...
-2
votes
2answers
24 views
A Past Numeric Date without Time
I've been searching and I can't find a solution for this.
I need javascript code that displays the date in the mm/dd/yyyy without displaying the time, but I need it to be a past date. Like for ...
1
vote
1answer
25 views
Record in SQL Server table causing a error - how to find the record?
I created a query to take the birthdate of a user and change the year to the current year (don't want to display the actual birth date)
CAST(
CAST(YEAR(GETDATE()) as varchar) + '-' +
...
0
votes
1answer
19 views
Batch file code - runs of CMD but not in .bat file
I'm not very good at it and not familiar with syntax, I googled and I still cannot work out:
@echo off
for /f "tokens=1-5 delims=/" %d in ("%date%") do set curDate = _%d_%e
...
0
votes
1answer
18 views
Postgres: how to convert from unix epoch to date?
The statement gives me the date and time.
How could I modify the statement so that it returns only the date?
SELECT to_timestamp( TRUNC( CAST( epoch_ms AS bigint ) / 1000 ) );
3
votes
1answer
42 views
Javascript Date plus 1 day
Here's my code:
function getRightMonth(month) {
var monthArr = ["01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"];
return monthArr[month];
}
var setTomorrowDate = ...
1
vote
2answers
30 views
Does date_default_timezone_set() effects time()?
If I set a time zone like:
date_default_timezone_set('America/Los_Angeles');
Will it affect the value of time()?
0
votes
1answer
36 views
Convert NSString to NSDate to compare which one is newer?
First time caller, long time listener :) Love this site. I'm new to Objective-C but have a blast learning. I'm sorry for such a simple question but I can't figure this out. :(
I have two ...
2
votes
2answers
48 views
Generate dates for a specific week of year
I'm fairly new to PostgreSQL and recently on my project I've encountered problem with retrieving all records for specific week of year. The main problem is of course with border weeks (1, and 52/53).
...
2
votes
3answers
64 views
Strange format of java.util.Date in toString method
In documentation is written that date.toString return date in format:
dec mon dd hh:mm:ss zzz yyyy
so I println date of birth of my person:
logger.error(person.getDateOfBirth().toString() + ...
0
votes
2answers
27 views
How to specific number of dates excep sunday and saturday?
So i need to get an array of dates except sunday and optional saturday by a specific day count... I found a cool thing - dateperiod, witch gives array to me, but how to exclude sunday and saturday?
0
votes
2answers
44 views
Add H:M:S value on DateTime field
How to add HOURS:MINUTES:SECONDS value on DateTime field?
On example I want in my field which contains dimetime value to add (sum) with string value which contains value in HH:MM:SECONDS.
ReportDate ...
0
votes
1answer
13 views
cron generating a space in dynamic filename
I have this cron job:
*/1 * * * * mysqldump -uroot -pPassword --single_transaction --opt dbname | gzip > /home/incredible/backup/dbname_`date +"\%Y\%m\%d-\%k\%M\%S"`.sql.gz
The problem is, the ...
1
vote
2answers
27 views
How to parse string dates with 2-digit year?
I need to parse strings representing 6-digit dates in the format yymmdd where yy ranges from 59 to 05 (1959 to 2005). According to the time module docs, Python's default pivot year is 1969 which won't ...
2
votes
0answers
13 views
util.Calendar vs sql.Date in Android
What is the preferred data structure to use for objects that will interact with an Android sqlite database? util.Calendar or sql.Date? I want to use the less deprecated Calendar because my objects ...
0
votes
0answers
26 views
What date format is this from a sql database?
The date string returned by a web service fetch is this format:
-3187296000
what kind of date is that?
0
votes
1answer
30 views
Parse specific date string format
I have read a lot of questions and searched for a lot of libs all over the internet but I can't find one that can do this quickly.
I want to parse a specific date in a specific date format like this:
...
1
vote
2answers
28 views
Combine date and time string into single date with javascript
I have a datepicker returning a date string, and a timepicker returning just a time string.
How should I combine those into a single javascript Date?
I thought I found a solution in Date.js. The ...
0
votes
3answers
55 views
JavaScript year,month,day,hour,minute,second difference
I was trying to search for the answer, but I couldn't find any.
I'm trying to create a JavaScript function, that takes two dates and returns a string in the format of "x years, y months, z days, a ...
2
votes
1answer
13 views
Posts query including meta and greater than date
I'm struggling to get a working solution with this wp_query. I currently have some custom settings which are assigned to posts, one is whether or not the post is 'featured' and the second is a date ...
0
votes
3answers
45 views
Convert Oracle Date to c# DateTime
I am trying to read a record from oracle database of type Date and then convert it to ASP.NET c# DateTime object. Problem is, it picks up the date but not the time. Command I'm using is:
DateTime dt ...
0
votes
1answer
29 views
Python date formatting (0/0/0000 style)
I just have a simple question, I want to print out the date in a "0/0/0000" format, but the way that it's coming out is in a "0, 0, 0000" format. How could I change this? It has to do with this part ...
0
votes
2answers
55 views
Getting time from a Date Object
I have an date object from which i need to getTime(). The issue is it always shows 00:00:00.
SimpleDateFormat localDateFormat = new SimpleDateFormat("HH:mm:ss");
long date = ...
0
votes
0answers
7 views
How to set a first draft date and a current draft date? [migrated]
I want to insert two dates into my article class tex file: first draft date and current draft date, how can I achieve that?
In most examples that I see in pdf form, it centers on the page the ...
0
votes
1answer
114 views
C++ Incomplete Code about dates, what is the better solution?
Im writing a code that, if you input your birthday date and any other date, it returns the total number of years, months and day that you are alive.
Obs.:including (leap) bissextile years.
Obs.2:for ...
1
vote
2answers
16 views
different time results with Locale
SimpleDateFormat formato =new SimpleDateFormat("HH:mm:ss");
Calendar cal = Calendar.getInstance();
String fecha11 = String.valueOf(formato.format(cal.getTime()));
Locale locale = new ...
0
votes
2answers
13 views
Converting Julian date to Java date but still cannot get Month
I am trying to get day ,month and year from a Julian date.
String date = "13136";//Julian date
Date convertedDate = new SimpleDateFormat("yyDDD").parse(date);
...
2
votes
3answers
40 views
Incrementing a Date to the next occurence of a pre-defined day of the month
I've got an application, where I'm asking the user to pick one of 2 days in a month. The 4th or the 18th. When the user has selected this value, I take that value, as-well as today's date.
Before I ...
0
votes
0answers
21 views
ABAP ALV grid: sorting by inverted date
My friends, I faced some interesting problem:
There was a necessity to output TCURR table (exchange rates) into ALV grid. All went fine but when user tried to sort table by "valid from" date (GDATU ...
-1
votes
3answers
30 views
php compare todays date with dates in (multi-dimensional) array?
I have an array of dates, I was wondering if it was possible to search an array and remove any items which are BEFORE todays date, and keep the rest?
Here's my array
Array
(
[0] => Array
...
0
votes
3answers
62 views
How to get only the year and month part of a date to compare?
In my application I want to count the number of records with the same current year and month. So my logic is to compare the current Year and Month to the date_needed column in my table.
Here's how I ...
-1
votes
4answers
75 views
Difference between two Date
I want to find difference between 2 Date in months and days using Java. For example: difference between 5/16/2013 and 7/20/2013 is 2 months and 4 days.
Thank you for your consideration on this ...
0
votes
3answers
28 views
Complex Query using Multiple Columns in a single table
Let's say that I have a table of race results. The table consists of seven columns as follows: Date ( MySql Date format of xxxx-xx-xx ), and one column each for the names of the top six finishers ...
3
votes
1answer
40 views
java.text.ParseException: Unparseable date (German, Ukrainian)
I need to parse a date into 11 different languages. So far, only two are giving me trouble: German and Ukrainian.
package com.example;
import java.text.ParseException;
import ...
1
vote
2answers
45 views
How to recalculate values when the new year comes, Ruby
I'm trying to write an app that calculates sick/vacation days and how much an employee has available in either category.
Next step is adding a method that every year on January first recalculates all ...




