Ejemplo n.º 1
0
 /**
  * @param GeorgianDate $gDate
  * @return DateTime
  */
 public static function georgianToDateTime(GeorgianDate $gDate)
 {
     return DateTime::createFromFormat('Y-m-d', $gDate->getYear() . '-' . $gDate->getMonth() . '-' . $gDate->getDay());
 }