.TLANG - change date/time parsing tables.

Alternate Entry Name: _TLANG

Usage:

B:
   %b/manif/t_ctrl
   oldptr = .tlang(newptr);
C:
   #include <t_ctrl.h>
   _T_parse *_tlang(_T_parse *newptr);

Where:

newptr
points to a date/time parsing table, as described in "expl b time".
oldptr
points to the table that was previously in effect.

Description:

.TLANG changes to a new date/time parsing table. For example, if you create a date/time parsing table for date/time strings in French, you can use .TLANG to switch from the default English language table to your new French table.

See Also:

expl b time
for information on creating date/time parsing tables.
expl b lib .tosec
for a function that parses date/time strings.

Copyright © 1996, Thinkage Ltd.