This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== TODDATE (DATE date) ====== Converts any PPL type to DDATE type. **Example:** DATE d1 DDATE d2 d2 = TODDATE(d1) This is an explicit type conversion. Implicit type conversion is also valid as with all other PPL types. **See also:** Date DDate data type MkDate