Home
last modified time | relevance | path

Searched refs:strftime (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/vendor/php81_bc/strftime/
Dexample.php4 use function PHP81_BC\strftime; alias
7 echo strftime('%Y-%m-%d %H:%M:%S'), PHP_EOL;
8 echo strftime('%Y-%m-%d %H:%M:%S', $date), PHP_EOL;
9 echo strftime('%Y-%m-%d %H:%M:%S', strtotime($date)), PHP_EOL;
DREADME.md1 … Workflow](https://github.com/alphp/strftime/actions/workflows/php.yml/badge.svg)](https://github.…
2 … license](https://img.shields.io/github/license/alphp/strftime)](https://github.com/alphp/strftime
3 … release](https://img.shields.io/github/release/alphp/strftime)](https://github.com/alphp/strftime
4 …t](https://img.shields.io/packagist/v/php81_bc/strftime)](https://packagist.org/packages/php81_bc/
5 …](https://img.shields.io/packagist/dt/php81_bc/strftime)](https://packagist.org/packages/php81_bc/
6 …ub issues](https://img.shields.io/github/issues/alphp/strftime)](https://github.com/alphp/strftime
7 …tHub forks](https://img.shields.io/github/forks/alphp/strftime)](https://github.com/alphp/strftime
8 …tHub stars](https://img.shields.io/github/stars/alphp/strftime)](https://github.com/alphp/strftime
10 # strftime chapter
11 Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible)
[all …]
/dokuwiki/inc/Feed/
DFeedParserItem.php8 use function PHP81_BC\strftime; alias
22 return strftime($date_format, $date);
/dokuwiki/vendor/php81_bc/strftime/src/
DAbstractLocaleFormatter.php3 namespace PHP81_BC\strftime;
DDateLocaleFormatter.php3 namespace PHP81_BC\strftime;
Dphp-8.1-strftime.php10 use PHP81_BC\strftime\DateLocaleFormatter;
11 use PHP81_BC\strftime\IntlLocaleFormatter;
33 function strftime (string $format, $timestamp = null, ?string $locale = null) : string { function
DIntlLocaleFormatter.php3 namespace PHP81_BC\strftime;
/dokuwiki/
Dcomposer.lock326 "name": "php81_bc/strftime",
330 "url": "https://github.com/alphp/strftime.git",
335 …"url": "https://api.github.com/repos/alphp/strftime/zipball/dcd30543db16c9b4ba095f6bf32ac16f15eb94…
351 "src/php-8.1-strftime.php"
354 "PHP81_BC\\strftime\\": "src"
364 "homepage": "https://github.com/alphp/strftime/graphs/contributors"
367 "description": "Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible)",
369 "issues": "https://github.com/alphp/strftime/issues",
370 "source": "https://github.com/alphp/strftime"
852 "php81_bc/strftime": 20
/dokuwiki/inc/
Dcommon.php24 use function PHP81_BC\strftime; alias
1471 return strftime($format, $dt);
/dokuwiki/vendor/simplepie/simplepie/src/
DItem.php754 return strftime($date_format, $date);