I have a C1WebDateEdit field that has a C1WebCalendar as its WebCalendar. I set the Calendar to Popup mode. When the DateEdit contains a null value the WebCalendar pops up at Jan 1 with no year. Since the app is data driven sometimes the date value IS null and I would like the Calendar to popup at Today's date. Is there a simple way to do this?? Obviously when the DateEdit launches the popup Calendar it feeds the Calendar the current value of it's date which is Null. Have I missed a simple resolution? It looks like I could possibly write a javascript routine to override the default behavior but that seems a bit extreme for what should be a reasonably normal occurance.
Regards,
Mike