[Arsperl-users] Stupid question about dates
Brought to you by:
jeffmurphy
|
From: Sean G. <msg...@co...> - 2005-11-18 21:45:09
|
When using ars_SetEntry - how do you set a date field to null???
In my @updates I have tried:
push @updates,$SE{"Planned Start Time"},null;
push @updates,$SE{"Planned Start Time"},0;
and both don't seem to work . any thoughts?
Thanks,
Sean
|