Irene FM wrote:
> I'd like to include a date selector, that will
> hopefully reformat the chosen date to GeneralizedTime
> format.
>   
The date selector box is controlled by a configuration variable in 
config.php.

For example, set:

$config->custom->appearance['date_attrs'] = 
array('shadowExpire'=>'%es','shadowLastChange'=>'%es','wsExpireDate'=>'%s');

%es = days since epoch
%s = seconds since epoch

You should be able to use any date formats as used by strftime().

...deon


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
phpldapadmin-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to