5,838
edits
m (→Content) |
m (Remove duplicated text) |
||
(3 intermediate revisions by the same user not shown) | |||
'''This is the file where MX stores its [[Weather Diary]]'''
[[Category:Log Files]]▼
=Introduction =
*Entry (a text field for storing comments)
The weather diary is stored in
Here is an example in a PHP 7.3 (please note, this script will not work without changes for PHP 7.4, and PHP 8.x) script (modification of script available in [[File:Snow diary.zip]]) of accessing any one day ($rowMetDayStamp in yyyy-mm-dd format):
foreach($row as $key => $value )
{
[[MX_on_Linux#Editing_the_Weather_Diary]] if($key == 'Timestamp')
{
$keyDate = substr($value, 0, 10);
</pre>
==Editing==
Please see [[MX_on_Linux#Editing_the_Weather_Diary]], although that applies to Linux devices a similar approach can be taken using Microsoft Windows.
[[Category:Cumulus MX]]
|
edits