calendar_make_datetime (public, deprecated)

 calendar_make_datetime event_date [ event_time ]

Defined in packages/calendar/tcl/calendar-compatibility-procs.tcl

Deprecated. Invoking this procedure generates a warning.

given a date, and a time, construct the proper date string to be imported into oracle. (yyyy-mm-dd hh24:mi format)

Parameters:
event_date
event_time (optional)
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 ad_log_deprecated ad_log_deprecated (public) calendar::make_datetime calendar::make_datetime (public, deprecated) calendar_make_datetime calendar_make_datetime calendar_make_datetime->ad_log_deprecated calendar_make_datetime->calendar::make_datetime

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc calendar_make_datetime
    calendar::make_datetime $event_date $event_time
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: