Geargian Dates??

2013-05-17 Thread Brook Davies

Hi Guys,

I am interfacing with a webservice and the dates returned are in Gregorian
format. For example I get back:

{ts '1582-10-04 16:00:00'}

How do you convert Gregorian dates into something CF can use and format?

Brook





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355758
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Geargian Dates??

2013-05-17 Thread Russ Michaels

DateFormat()
http://cfquickdocs.com/?getDoc=DateFormat



On Fri, May 17, 2013 at 6:12 PM, Brook Davies cft...@logiforms.com wrote:


 Hi Guys,

 I am interfacing with a webservice and the dates returned are in Gregorian
 format. For example I get back:

 {ts '1582-10-04 16:00:00'}

 How do you convert Gregorian dates into something CF can use and format?

 Brook





 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355760
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Geargian Dates??

2013-05-17 Thread Paul

Not gregorian date. Gregorian is a kind of calendar. Do you mean julian? Or 
simply mmddhhss format?


Sent from Samsung MobileBrook Davies cft...@logiforms.com wrote:
Hi Guys,

I am interfacing with a webservice and the dates returned are in Gregorian
format. For example I get back:

{ts '1582-10-04 16:00:00'}

How do you convert Gregorian dates into something CF can use and format?

Brook







~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355766
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Geargian Dates??

2013-05-17 Thread Claude Schnéegans

 I am interfacing with a webservice and the dates returned are in Gregorian 
 format.

There is no gregorian format as such, but dates in the gregorian calendar.
All dates nowadays are in the gregorian calendar, since end of XVI century.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355767
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Geargian Dates??

2013-05-17 Thread Claude Schnéegans

 Not gregorian date. Gregorian is a kind of calendar.

Yes, but a date in the gregorian calendar is a gregorian date.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355768
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm