Forums / Developer / How to get Ezdate datatype value from php file !!?!

How to get Ezdate datatype value from php file !!?!

Author Message

Selmah Maxim

Sunday 22 June 2003 2:29:22 am

Hi ..

I need to get the ezdate datatype from php file, is there are any way ??

thx in advance !

Selmah Maxim

Sunday 22 June 2003 3:23:03 am

I think I had had find it !

$ActiveToDate = $DataMap['active_to_date'];
$ActiveToDateValue = $ActiveToDate->metaData();

Am I right ?!

Esben Maaløe

Sunday 22 June 2003 7:00:59 am

I dont understand your question - your answer looks nice, but I can't tell you if it is right :)

Selmah Maxim

Sunday 22 June 2003 8:08:55 am

Hi :)

I had made class, and it`s include Ezdate datatype, it`s work fine, but i need to get the inserted or the submited value of ezdate datatype with php code to use it for checking the activation date.

I hope its clear now ;)