DATE_MANUAL_DATE
Description
Get or Set Date manual date configuration. The date setting is set as the date locally. The time zone has to be matched the region where the device is deployed.
If the CHANNEL=n was set with this URL to the Multi-Channel device, this URL is read-only command and the Router's DATE configurations will be returned.
Input Argument
mmdd0000yyyy
where
mm: 01~12 for manual month setting
dd: 01~31 for manual date setting
yyyy: ~2035 for manual year setting
Attribute
Return of Message
DATE_MANUAL_DATE='0101000020004'
OK: DATE_MANUAL_DATE='010100002004'
or
ERROR: DATE_MANUAL_DATE='010100002004'
Applicability
Status
This URL will be obsolete and replaced by DATE_CONFIG
See Also
DATE, DATE_TYPE, DATE_SNTP_IP, DATE_SNTP_UPDATE, DATE_MANUAL_TIME, DATE_MANUAL_ZONE, DATE_CONFIG, DAYLIGHT_SAVING_CONFIG
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&DATE_MANUAL_DATE
or
http://ip:port/cgi-bin/cmd/system?DATE_MANUAL_DATE
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&DATE_MANUAL_DATE=010100002004
or
http://ip:port/cgi-bin/cmd/system?DATE_MANUAL_DATE=010100002004
Back to