Re: [flexcoders] AMFPHP and date/datetime data from MySQL

2008-09-04 Thread Sajid Hussain
Guys Any points about this ? - Original Message From: Sajid Hussain [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, September 3, 2008 4:55:46 PM Subject: Re: [flexcoders] AMFPHP and date/datetime data from MySQL Guys , I also need some help on this thing I m

Re: [flexcoders] AMFPHP and date/datetime data from MySQL

2008-09-04 Thread Howard Fore
: Wednesday, September 3, 2008 4:55:46 PM Subject: Re: [flexcoders] AMFPHP and date/datetime data from MySQL Guys , I also need some help on this thing I m not getting exactly how to get this thing solved if is there any way to transform flex date objects to php through amfphp ,same as reverse

Re: [flexcoders] AMFPHP and date/datetime data from MySQL

2008-09-04 Thread Nik Derewianka
Sajid, Still under a tight deadline atm, but this is what i have working for me so far: To write it to DB: public function create($obj) { $query = INSERT INTO Event ( DateStart, )

Re: [flexcoders] AMFPHP and date/datetime data from MySQL

2008-09-03 Thread Jason Reynolds
Adobe has some date parsing methods in the as3corelib library -- http://code.google.com/p/as3corelib/ I suppose it depends on the format your storing the date, the way I've been handling it is using as3 to parse the date string that AMF returns. Not sure if this is the best way, I'd be open to

Re: [flexcoders] AMFPHP and date/datetime data from MySQL

2008-09-03 Thread Nik Derewianka
On 04/09/2008, at 12:01 AM, Jason Reynolds wrote: Adobe has some date parsing methods in the as3corelib library -- http://code.google.com/p/as3corelib/ I suppose it depends on the format your storing the date, the way I've been handling it is using as3 to parse the date string that AMF

Re: [flexcoders] AMFPHP and date/datetime data from MySQL

2008-09-03 Thread Sajid Hussain
] To: flexcoders@yahoogroups.com Sent: Wednesday, September 3, 2008 4:31:25 PM Subject: Re: [flexcoders] AMFPHP and date/datetime data from MySQL On 04/09/2008, at 12:01 AM, Jason Reynolds wrote: Adobe has some date parsing methods in the as3corelib library -- http://code. google.com/ p

Re: [flexcoders] AMFPHP and date/datetime data from MySQL

2008-09-03 Thread Sajid Hussain
] To: flexcoders@yahoogroups.com Sent: Wednesday, September 3, 2008 4:31:25 PM Subject: Re: [flexcoders] AMFPHP and date/datetime data from MySQL On 04/09/2008, at 12:01 AM, Jason Reynolds wrote: Adobe has some date parsing methods in the as3corelib library -- http://code. google.com/ p