convert

package
v0.3.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultTimeFormat = "2006-01-02 15:04:05"
	NumberTimeFormat  = "20060102150405"
	DateTimeFormat    = "20060102"
)

Variables

This section is empty.

Functions

func FormUnixToString

func FormUnixToString(t int64, layout string) string

layout: 2006-01-02 15:04:05 、 20060102150405 、2006年01月02日 15:04:05

func GetAgeWithIDCard18

func GetAgeWithIDCard18(idCard string, refDate time.Time) int

GetAgeWithIDCard18 判断身份证相对于参考时间多少年

func GetSexWithIDCard18

func GetSexWithIDCard18(idCard string) int

GetSexWithIDCard18 判断身份证获取性别;-1未知,1性别为男,0则为女

func IsAdult

func IsAdult(idCard string) bool

IsAdult 判断身份证号是否是成年人 IsAdult 判断一个人是否成年

func Json

func Json(data interface{}) string

Json json marshal Json将给定的数据结构转换为JSON格式的字符串

func Misty

func Misty(raw string, b, e int, k string) string

Misty 模糊化数据,脱敏 Misty函数接收四个参数:raw,b,e和k,返回一个字符串。

func MistyDefault

func MistyDefault(raw string) string

MistyDefault将给定的字符串进行处理,并返回处理后的字符串。 参数raw为原始字符串。 返回值为处理后的字符串。

func MistyMail

func MistyMail(raw string) string

func MistyMobile

func MistyMobile(raw string) string

func RandomID added in v0.3.3

func RandomID() string

RandomID 生成一个随机的UUID字符串

func Sha1ID added in v0.3.3

func Sha1ID(data []byte) string

Sha1ID 生成一个基于给定数据的SHA1 ID。 参数:

data:要生成ID的数据

返回值:

生成的SHA1 ID字符串

func Sha1IDSimple added in v0.3.3

func Sha1IDSimple(data []byte) string

Sha1IDSimple 生成一个基于SHA1哈希值的UUID字符串

func TimeDate added in v0.2.1

func TimeDate(t time.Time) int64

TimeNumber format number date

func TimeFormat

func TimeFormat(t time.Time) string

TimeFormat format

func TimeNumber

func TimeNumber(t time.Time) int64

TimeNumber format number

func ToCST

func ToCST(t time.Time) time.Time

ToCST set east +8 ToCST 将给定的时间转换为 CST 区域的时间

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL