smpp_date_to_long
Last updated March 2020
Name
smpp_date_to_long — Convert date string to time_t value
Synopsis
#include "modules/mobility/smpp/smpp_util.h"
| long int **smpp_date_to_long** (
| date_str)
; | |
Description
**Configuration Change. ** This feature is available starting from Momentum 3.2.
Convert a date string to time_t value.
- date_str
-
The input date string in the format: "YYMMDDHHMMSS"
The date in time_t format.
It is legal to call this function in any thread.
See Also
Was this page helpful?