请选择 进入手机版 | 继续访问电脑版
 找回密码
 立即注册

QQ登录

只需一步,快速开始

大Vi

高级会员

148

主题

325

帖子

1027

积分

高级会员

积分
1027
大Vi
高级会员   /  发表于:2021-11-25 14:50  /   查看:1641  /  回复:1
1金币


  1. const notShowTimestyle = new GC.Spread.Sheets.Style()
  2. notShowTimestyle.cellButtons = [
  3.     {
  4.         imageType: GC.Spread.Sheets.ButtonImageType.dropdown,
  5.         command: "openDateTimePicker",
  6.         useButtonStyle: true
  7.     }
  8. ]
  9. notShowTimestyle.dropDowns = [
  10.     {
  11.         type: GC.Spread.Sheets.DropDownType.dateTimePicker,
  12.         option: {
  13.             showTime: false
  14.         }
  15.     }
  16. ]
  17. notShowTimestyle.formatter = "YYYY-MM-DD"
复制代码
我选了日期后,valueChanged拿到的newValue的值不认识格式:

image.png395057067.png image.png32629088.png

最佳答案

查看完整内容

OADate是一个通用的日期格式,具体转换可以参考这篇帖子的回复 https://gcdn.grapecity.com.cn/forum.php?mod=viewthread&tid=17961&highlight=OADate

1 个回复

倒序浏览
最佳答案
最佳答案
Clark.Pan讲师达人认证 悬赏达人认证 SpreadJS 开发认证
超级版主   /  发表于:2021-11-25 14:50:28
来自 2#
OADate是一个通用的日期格式,具体转换可以参考这篇帖子的回复
https://gcdn.grapecity.com.cn/fo ... mp;highlight=OADate
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部