Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
lesson_plans.php
Go to the documentation of this file.
1 <?php
2 
4 
5  function created__toString($value){ return $value['month'].'/'.$value['day'].'/'.$value['year'];}
6  function modified__toString($value){ return $this->created__toString($value); }
7 
8 }