当前位置:网站首页>Golang time format sorting
Golang time format sorting
2022-07-03 08:12:00 【Bel_ AMI classmate】
// Time format sorting
func toTime(jcrq string) string {
loc, _ := time.LoadLocation("Asia/Shanghai") // Set time zone
tt, _ := time.ParseInLocation("2006-01-02 15:04:05", jcrq, loc) // Format the time string as golang Of "time.Time" object
tm := time.Unix(tt.Unix(), 0)
return tm.Format("2006-01-02") // return Y-m-d Format
}
边栏推荐
- C#课程设计之学生教务管理系统
- What is a data type? What is the use of data types?
- Flex flexible box layout
- JSON与Object之间转换
- Wpf: solve the problem that materialdesign:dialoghost cannot be closed
- L'installateur a été installé avec une erreur inattendue
- Abstract classes and interfaces
- Uniapp learning records
- 數據庫應用技術課程設計之商城管理系統
- [set theory] order relation (hastu example | divisive relation hastu | inclusive relation hastu | refinement relation hastu)
猜你喜欢
![[global product discovery 2] the first pure cloud augmented reality (AR) platform - Israel](/img/51/04f5a9dbd03438fbdf25545a81b7ba.jpg)
[global product discovery 2] the first pure cloud augmented reality (AR) platform - Israel

L'installateur a été installé avec une erreur inattendue

Easy touch plug-in
![[untitled]](/img/3d/27a7229e3f0ccf0ca5ae1f00a92513.jpg)
[untitled]

Flex flexible box layout
![[set theory] order relation (the relation between elements of partial order set | comparable | strictly less than | covering | Haas diagram)](/img/df/a034032e203e7935dafaf8a71cb6c8.jpg)
[set theory] order relation (the relation between elements of partial order set | comparable | strictly less than | covering | Haas diagram)

animation

Pulitzer Prize in the field of information graphics - malofiej Award

the installer has encountered an unexpected error installing this package

Oracle insert single quotation mark
随机推荐
unity2019_ Input management
Getting started with minicom
Zohocrm deluge function application time verification
[cocos creator] get the resource UUID
Basic operation and process control
String class
*p++、*++p、++*p、(*p)++
Huawei s5700 switch initialization and configuration Telnet, SSH user methods
Pulitzer Prize in the field of information graphics - malofiej Award
Client server model
什麼是定義?什麼是聲明?它們有何區別?
Install cross compiler arm none liunx gnueabihf
How to establish rectangular coordinate system in space
Open the influence list of "National Meteorological Short Videos (Kwai, Tiktok) in November" in an interactive way“
Initial unity
Ilruntime learning - start from scratch
One dimensional array two dimensional array (sort Max insert sort)
Luaframwrok handles resource updates
2020-12-12
About the problem that the editor and the white screen of the login interface cannot be found after the location of unityhub is changed