永洪社区

标题: 怎么提取参数里年月日里的年月 [打印本页]

作者: zjhmpc    时间: 6 小时前
标题: 怎么提取参数里年月日里的年月
怎么提取参数里年月日里的年月
作者: yhbi老6了    时间: 6 小时前
  1. // 日期类型
  2. mydate=now()
  3. debug(  formatDate(mydate,'yyyy-MM') )

  4. // 字符串类型
  5. str_ = '2024-11-08'
  6. debug(substring(str_,0,7))


  7. // 日期类型
  8. mydate=now()
  9. debug(  formatDate(mydate,'yyyyMM') )

  10. // 字符串类型
  11. str_ = '20241108'
  12. debug(substring(str_,0,6))
复制代码



作者: yhbi老6了    时间: 6 小时前
参考一下,把str_或者mydate替换成你的参数就好




欢迎光临 永洪社区 (http://club.yonghongtech.com/) Powered by Discuz! X3.4