0
votes
0answers
9 views

Change date/time format from NWS (PHP)

I would like to take the expiration date and time of weather advisories and convert them into a more "civilian friendly" format. The format given in the CAP feed I look at is like this: ...
0
votes
3answers
44 views

Java Time/Date format

Simple question it's night here and I don't want to wait till morning At 6AM: SimpleDateFormat sdf = new SimpleDateFormat("HH"); Will sdf be 06, or just 6 Thanks.
0
votes
0answers
38 views

OpenXML 2.5 reading formatted cells issue

I am using OpenXML in my MVC 4 project to read an excel file and store its content in a table in the DB. Excel file: http://oi33.tinypic.com/qosggz.jpg Cells J5 and following are formatted using the ...
0
votes
0answers
84 views

Oracle XAI Web service is sending xsd:dateTime as YYYY-MM-DD-HH.MM.SS instead of ISO 8601 format of CCYY-MM-DDThh:mm:ss (without timezone)

The attribute apptStartDate (and also apptEndDate) in the timeWindowList uses XSD:dateTime and its corresponding xmldata is like yyyy-mm-dd-hh.mm.ss. We use JBOSSWS as out web service provider and ...
0
votes
0answers
34 views

String Time format Series to XYplot jfreechart

**I have the string time format series like below with data: Time1 = "07.01.2013 09:00:00.000"; Time2 = "07.01.2013 09:01:00.000"; Time3 = "07.01.2013 09:02:00.000"; .... Time10 = "07.01.2013 ...
0
votes
0answers
72 views

Saving time with AM/PM in MySQL table?

my table has 7 columns,i take time from a jTextField in NetBeans. it shows the current time with AM/PM bno VARCHAR(45) PK NN bdate DATE NN btime TIME NN ...
-1
votes
1answer
22 views

How can i keep time in a MySQL table? [closed]

okay, my table has 7 columns, bno VARCHAR(45) PK NN bdate DATE NN btime TIME NN duedate DATE NN memo VARCHAR(100) NN vcode ...
1
vote
3answers
105 views

Android String variable (HH:mm) to long variable miliseconds

I have a String variable in this format "HH:mm". Lets say the variable value is 05:30. How would I be able to get those numbers from string and calculate : (05 * 60 * 60 * 1000) + (30 * 60 * 1000) ...
0
votes
2answers
33 views

HTML: letter T in the time format - what for?

The document http://www.w3.org/TR/NOTE-datetime says a lot about Date and Time formats: Examples 1994-11-05T08:15:30-05:00 corresponds to November 5, 1994, 8:15:30 am, US Eastern Standard Time. ...
0
votes
4answers
209 views

Current time formatting with Javascript

I want to get current time in a specific format with javascript. With the function below and calling it will give me Fri Feb 01 2013 13:56:40 GMT+1300 (New Zealand Daylight Time) but I want to ...
0
votes
2answers
54 views

Changing the formatting for a time display

I am using the following code to display a timer in my app (in an editText named "time") final TextView time = (TextView) findViewById(R.id.txtTime); Long spentTime = System.currentTimeMillis() - ...
3
votes
1answer
197 views

String to Date in epoch time Format in Java

i have a string in a format i don't really recognize: string received: "36872 Dec 12 15:35" while the windows representation for this date is: "12/12/2012 5:35 PM" so first, I'm guessing something ...
2
votes
2answers
196 views

PHP & MySQL are returning different dates for same timestamp

I am encountering a slightly frustrating problem and I have a feeling there is a simple solution to it. When I pass the same UNIX timestamp to the PHP date and MySQL FROM_UNIXTIME methods they are ...
0
votes
1answer
47 views

How do I covert Date back in PHP?

Any please help me to covert this back to orignal date formats, have tried to use strtotime($startDate) and its giving a very wrong answer! $startDate = '2012-11-21T20:16:14+02:00'; $endDate = ...
-1
votes
1answer
299 views

Convert Time String to Decimal Hours PHP [closed]

I would like to convert time strings (Such as 2:12:0) to decimal format in hours (ex 2:12:0 would be 2.2 hours) in PHP.
1
vote
2answers
602 views

T-SQL Format seconds as HH:MM:SS time

Is there any tricky way to format seconds like hours:minutes:seconds. For example, 3660 seconds will be displayed as 01h 01m 00s or 01:01:00 I am aware of the standard way of doing ...
0
votes
2answers
123 views

Changing SQL VARCHAR2 date to another date format

I have a date (stored as a VARCHAR2) in a database with the format: 20090123_163842.865 yyyyMMdd_hhmmss.ttt and I want to make a SQL sentence to obtain: 23/01/2009 16:38:42,865 dd/MM/yyyy ...
0
votes
2answers
77 views

How to convert “2012-10-16T14:46:33+00:00” into Unix Timestamp in PHP?

How do you convert a string in the format 2012-10-15T13:16:13+00:00 into a Unix Timestamp in PHP?
4
votes
4answers
385 views

Java: SimpleDateFormat adds 1 to day and hour (Time span)

i am trying to output "900,000 milliseconds" in the format "days:hours:minutes:seconds" and I am using this code right now: SimpleDateFormat simpleDateFormat = new SimpleDateFormat("dd:HH:mm:ss"); ...
1
vote
3answers
218 views

Formatting seconds and minutes

I need to format seconds and minutes from milliseconds. I am using countdownTimer. does anyone have sugestions? I looked at joda time. But all i need is a format so i have 1:05 and not 1:5. thanks ...
0
votes
1answer
90 views

CountDownTimer Format Milliseconds

K So i am making a timer with CountDownTimer. it is my first app i am doing and i am already running into a problem. First my timer is skipping the number 14? no clue why. and second, I dont know how ...
1
vote
1answer
361 views

Web API: Pass Date Time in URL (Format)

I am using microsoft's web api for a REST API implementation. I want to pass a date/time value and choose the ISO 8601 format. In my requests I handle the "where clause" (to specify the wanted ...
0
votes
1answer
171 views

trouble making time-based graph with gnuplot

the data file i use looks like this: 2012.07.21 83 2012.07.22 54 2012.07.23 122 2012.07.24 104 2012.07.25 97 2012.07.26 114 2012.07.27 97 2012.07.28 83 2012.07.29 60 2012.07.30 106 ...
0
votes
3answers
181 views

How to deal with time values over 24 hours in python?

I'm dealing with a large amount of data that has both values and times(in strings). I am converting the string time values into datetime values with the following code: time = ...
1
vote
1answer
792 views

VB 2010 Convert UTC Date to dd-MMM-yyyy format

I get the UTC Date and Time using: Dim UTCN As Date = (Date.UtcNow) It outputs 8/19/2012 3:48:24 PM I need to FTP a file that must use the format dd-MMM-yyyy (19-Aug-2012) My problem is that I ...
0
votes
1answer
769 views

Convert Milliseconds to Hours, minutes and seconds

Yes I know there are others who have asked the same question but their solution won't work in this case. Here is my problem. I'm summing a verly large number of integers. In fact so many that the ...
0
votes
3answers
691 views

Ruby on rails date formatting

I am trying to format my date from my RoR project, though having real issue understanding how this works. In php this is a simple date("format",time()) if i call just the standard time stored within ...
0
votes
2answers
40 views

What time format is this in?

I've just exracted some files from a .mat file and one of the datasets files is called "PTIME" But I'm not 100% what the format is. Here is an example.. 1282813001.74319 (not sure if the numbers ...
2
votes
1answer
150 views

SQL Format Time Object From 24 Hour to 12

Is there a way to convert a time object to a 12 hour format in SQL? I can't nessessarilly use datetime because the data being retrieved is not specific for dates. 16:45:00 --> 4:45 PM
1
vote
2answers
335 views

Javascript and/or jQuery timecode formatting

I have a timecode that is in seconds, to three places past the decimal. (e.g. 10.675) I'd like to format it to read mm:ss (e.g. 00:32 or 23:04). Is there a Javascript or jQuery base function that does ...
0
votes
2answers
532 views

Simple Date Format for string

I have my current data as 2012-08-20T12:30:00+05:30 DateTime currentdata = "2012-08-20T12:30:00+05:30"; I am using String myDate = new SimpleDateFormat("MM/dd/yyyy").format(currentdata); I ...
-3
votes
3answers
129 views

/Date(1341788400000+0100)/ to DD/MM/YYYY HH:MM

I have several dates being outputted into variables. They are formatted as follows: /Date(1341788400000+0100)/ How would I go about formatting them using PHP into: DD/MM/YYYY HH:MM Thanks!
5
votes
1answer
700 views

format time span to show hours, minutes, seconds

I've been trying to find a simple way of formatting the output from difftime into HH:MM:SS.ms. So far I haven't come across anything which I was surprised by. I did write the function below which ...
0
votes
5answers
962 views

Java, How to change GMT time to local time?

Server sends me time like this: 2012-06-08 17:00:00 +0100 I need to change it like HH:MM based on local time. For example this time is what time at Japan, India, US and etc. How can I do this? ...
0
votes
0answers
63 views

Is it possible to get iPad time format (12/24 hour) using javascript?

I'm currently developing an iPad web application and I'm putting a time formatting function together based on the user's time zone and format. However I am having real trouble finding a way to ...
0
votes
2answers
224 views

Converting time interval in R

My knowledge and experience of R is limited, so please bear with me. I have a measurements of duration in the following form: d+h:m:s.s e.g. 3+23:12:11.931139, where d=days, h=hours, m=minutes, and ...
0
votes
2answers
71 views

Convert string to same format

I have the five following strings (they are supposed to act like time): 11-20 9:30-20:00 8-20 7-16,30 9.30-9.50 I wonder if there is any way to convert them all to the format HH.HH-MM-MM. For example ...
0
votes
3answers
156 views

Java Date and Time Formatting

I am trying to format time so that the user can enter a time. b1.setStartTime(JOptionPane.showInputDialog("Enter Start time for Booking: ")); Is there a way of doing this for the code above? I ...
0
votes
4answers
183 views

Time in specific format Android Java

I would like the time respresented as this "Thu Jan 01 08:40:38 GMT+01:00 1754" so i did this : Date datu = new Date(); datu.setYear(1754); ...
0
votes
2answers
285 views

How to display the date example format “ 15-Apr-2012 10.12 AM” exactly using this javascript new Date() format in javascript

I need to display the date format like this 15-Apr-2012 10.12 AM.I tried to use time=new Date() using javascript.But i couldnt get the correct date format .it shows the GMT global timing.I need to ...
2
votes
1answer
78 views

Date formatting according to country habbits

We create J2SE application that has to format the date and time according to custom the country from which users come from. I want to ask how to solve this thing in Java? Probably I'll use ...
0
votes
1answer
298 views

How to convert dates to numbers in Matlab

I have some variables like these: a(1)=00:26:00 a(2)=744:32:00 a(3)=8040:33:00 I want to convert them to numbers, so I use the datenum command. The biggest number should be 8040:33:00, but look ...
0
votes
2answers
70 views

what time format is this?

I have a json file of data and the only item for time i see is this: createdAt: 1332775669 what time format is this? I am not sure how to format this in order to get the actual time?
1
vote
1answer
2k views

Query domain controllers & NTP servers time w32tm /monitor format output

I'm using the following to measure the time offset between our domain controllers and ntp servers. $Servers = "ntp.xxxxx,ntp.xxxxx,dc1,dc2,dc3,dca,dcb,dcc" $ListDomains = "domain1","domain2" ...
-2
votes
2answers
1k views

ASP.NET time not formatting properly

I have been wrestling with this stupid repeater all night long. I can get the Dates to format properly by using <%#Eval("Start Date", "{0:MMM dd, yyyy}") %>, but using <#Eval("Start Time", ...
0
votes
7answers
232 views

What is the most efficient way to convert long to HH:mm:ss and display it in a label?

I'm wanting to have my JLabel display values in the format of HH:mm:ss without making use of any external libraries. (the label will update every second) So for example, the following input in ...
0
votes
2answers
142 views

Add hours which are in G:i format php

I currently have a list of time diffs in G:i format. I would like to add them all up but when i try to it resets at 24 back to 0. How can i get a result like: 54:45 for example? Thanks in advance. ...
0
votes
1answer
171 views

PHP Unix time to Human time displaying incorrectly

Unix time from MySQL table: 1328422844 posted via date('U') (translates to 2012-02-04 22:20:44) Displays on HTML page as Sunday 5th of February 2012 05:20:44 PM via date('l jS \of F Y h:i:s A') 20 ...
0
votes
2answers
176 views

PHP date/time format, need some assistance

can you please help me with formatting the following date using PHP variable $start contains the following date this date Wed Feb 01 2012 05:00:00 GMT-080 should become 2012-02-01T13:00:00 I ...
15
votes
3answers
13k views

How do you display javascript datetime in 12 hour AM/PM format?

How do you display a javascript datetime object in the 12 hour format (AM/PM)?

1 2