× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



How about

workDate = %Date(%Subst(dateChar: 1: 10));
workTime = %Time(%Subst(dateChar: 12: 8): *hms);
// Check for AM/PM
If %Subst(dateChar: 21: 2) = 'PM';
workTime += %Hours(12);
Endif;
workTs = workDate + workTime;

Rob
On 10/21/2014 11:49 AM, Gqcy wrote:
I have been looking for examples to convert the following string into
a valid timestamp:

"2014-07-25 08:28:04 AM"

I initially made a DS breaking apart date from time,
but I am now having trouble with the time string...
time_a = %char(%time(time_part:*usa):*ISO);

is not working...


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.