Hello to everyone, please I need to know is a date field is null
I’ve tried with dateField==null, dateField==’’ and always appears like there is a value, bue the field is empty
if ( {proFechaPrescripcion}=="")
{
sc_ajax_message(‘Es nula’, $javascript_title);
}
else
{
sc_ajax_message(‘No es nula’, $javascript_title); <-- I got everytime that
}
Can you help me??
Thanks and I’m sorry by my poor english