github.com/easysoft/zendata@v0.0.0-20240513203326-705bd5a7fd67/yaml/time/date.v1.yaml (about) 1 title: 日期 2 desc: 3 author: zentao 4 version: 1.0 5 6 field: date 7 instances: 8 - instance: date 9 note: 普通 10 prefix: 11 fields: 12 - field: year 13 range: 2020 14 - field: month_day 15 from: time.monthday.v1.yaml 16 use: common 17 prefix: "" 18 19 - instance: with_line 20 note: 下划线 21 prefix: 22 fields: 23 - field: year 24 range: 2020 25 postfix: "-" 26 - field: month_day 27 from: time.monthday.v1.yaml 28 use: with_line 29 prefix: "" 30 31 - instance: chinese 32 note: 中文 33 prefix: 34 fields: 35 - field: year 36 range: 2020 37 postfix: "年" 38 - field: month_day 39 from: time.monthday.v1.yaml 40 use: chinese 41 prefix: ""