Function get_date_or_time_format
Gets a version of a strftime() format that only shows the date or time components
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs.php
string |
$type = '' |
Either 'date' or 'time'. |
string |
$format = '' |
A strftime() format to process. Defaults to $user_info['time_format']. |
string
|
A strftime() format string |