当前位置:网站首页>php中根据数字月份返回月份的英文缩写
php中根据数字月份返回月份的英文缩写
2022-07-02 06:23:00 【夜空の雪風】
前言
在项目开发的过程中有时候需要对月份进行英文转换。
/** * 获取月份缩写 * @param string $month 月份 */
function get_month_abbr($month)
{
$month = (int) $month;
$monthEng = [
1 => "Jan",
2 => "Feb",
3 => "Mar",
4 => "Apr",
5 => "May",
6 => "Jun",
7 => "Jul",
8 => "Aug",
9 => "Sep",
10 => "Oct",
11 => "Nov",
12 => "Dec",
];
return $monthEng[$month] ?? "";
}
边栏推荐
- Fe - wechat applet - Bluetooth ble development research and use
- Apt command reports certificate error certificate verification failed: the certificate is not trusted
- SQLI-LABS通關(less6-less14)
- No process runs when querying GPU, but the video memory is occupied
- Eggjs -typeorm treeenity practice
- uniapp引入本地字体
- table 组件指定列合并行方法
- js把一个数组分割成每三个一组
- Pytest (3) parameterize
- Sqli-labs customs clearance (less6-less14)
猜你喜欢
Build learning tensorflow
Latex warning: citation "*****" on page y undefined on input line*
Huawei mindspire open source internship machine test questions
Thread hierarchy in CUDA
Solve the problem of bindchange event jitter of swiper component of wechat applet
Apt command reports certificate error certificate verification failed: the certificate is not trusted
How to try catch statements that return promise objects in JS
flex九宫格布局
Vscode installation, latex environment, parameter configuration, common problem solving
SQL注入闭合判断
随机推荐
ZZQ的博客目录--更新于20210601
Win10网络图标消失,网络图标变成灰色,打开网络设置闪退等问题解决
Brief analysis of PHP session principle
[leetcode question brushing day 35] 1060 Missing element in ordered array, 1901 Find the peak element, 1380 Lucky number in matrix
Latex error: the font size command \normalsize is not defined problem solved
Sentry搭建和使用
JS create a custom JSON array
Storage space modifier in CUDA
20210306 reprint how to make TextEdit have background pictures
Record RDS troubleshooting once -- RDS capacity increases dramatically
Code execution sequence with and without resolve in promise
Kali latest update Guide
js中map和forEach的用法
js删除字符串的最后一位
Usage of map and foreach in JS
Promise中有resolve和无resolve的代码执行顺序
AWD learning
sprintf_ How to use s
SQL injection closure judgment
Functions of tensorrt