The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.
I did post the code needed, just did not wrap it.
(setq expire 20250000)
(if (> (fix (getvar 'cdate)) expire)
(progn (Alert "Oops ran out of time ")(exit))
)