Howto talk:Speaking Clock with Voicemail XML Script

From innovaphone wiki
Revision as of 15:25, 23 January 2012 by Rotodt (talk | contribs)
Jump to navigation Jump to search
There are also other versions of this article available: Howto | Howto_talk (this version)

Hallo,

In dem script sind folgende Zeilen zu finden:

 <store-cookie root="" name="time.txt" value="used to get time and date from file properties" /> 
 <store-getstat root="" name="time" out-wday="$wday" out-mday="$mday" out-mon="$mon" out-year="year" out-hour="$hour" out-min="$min" /> 


muss nicht die einzulesende Datei mit Dateiendung angegeben werden:

 <store-cookie root="" name="time.txt" value="used to get time and date from file properties" /> 
 <store-getstat root="" name="time.txt" out-wday="$wday" out-mday="$mday" out-mon="$mon" out-year="year" out-hour="$hour" out-min="$min" /> 


Grüße