Home
last modified time | relevance | path

Searched refs:formatDateTime (Results 1 – 3 of 3) sorted by relevance

/plugin/picasawebalbum/orig/
H A Djquery.pwi.js55 function formatDateTime($dt) { function
74 $dt = formatDateTime(photo.exif$tags.exif$time.$t);
76 $dt = formatDateTime(photo.gphoto$timestamp.$t);
78 $dt = formatDateTime(photo.published.$t);
/plugin/picasawebalbum/
H A Djquery.pwi.js55 function formatDateTime($dt) { function
74 $dt = formatDateTime(photo.exif$tags.exif$time.$t);
76 $dt = formatDateTime(photo.gphoto$timestamp.$t);
78 $dt = formatDateTime(photo.published.$t);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php776 return $this->formatDateTime(
791 protected function formatDateTime(DateTime $dateTime, string $dateTimeFormat, string $tzFormat, string $format)
752 protected function formatDateTime(\DateTime $dateTime, string $dateTimeFormat, string $tzFormat, string $format) global() function in FreeDSx\\Asn1\\Encoder\\BerEncoder