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

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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 ;)