当前位置:网站首页>【Bug】datetime格式化失败
【Bug】datetime格式化失败
2022-07-22 07:55:00 【又被平均了】
说时datetime实际上时datetime?
问题
attendanceInfo.SwingTime.ToString(“yyyy-MM-dd HH:mm:ss”)
解决
强转成datetime再格式化即可
string interfaceInputParameter = new {
pageNum = pageNum, pageSize = 10000, startSwingTime = ((DateTime)attendanceInfo.SwingTime).ToString("yyyy-MM-dd HH:mm:ss"), endSwingTime=endTime.ToString("yyyy-MM-dd HH:mm:ss") }.Serialize();
边栏推荐
- How to make an appointment while watching the panorama? Here comes the VR catering system tutorial
- Data Lake (18): Flink and iceberg integrate SQL API operations
- 异常的理解学习
- 网络之物理层
- 缓动动画、窗口相关数据和操作、BOM操作【DOM(五)】
- 离线安装vscode
- 力扣练习——31 有效的井字游戏
- [micro Service ~ remote call] integrate resttemplate, webclient, feign
- Web3 traffic aggregation platform starfish OS gives players a new paradigm experience of metauniverse
- Unity旋转测试
猜你喜欢
深度学习(二)一文带你了解神经网络,激活函数
Zabbix5.0.8-ODBC监控oracle11g
[harmony OS] [ark UI] [demo] loading animation
Android interview question: what is the difference between pendingintent and intent?
【案例分享】配置IS-IS的路由渗透功能
【微服务~远程调用】整合RestTemplate、WebClient、Feign
RK3399平台开发系列讲解(ALSA子系统)4.37、ALSA驱动框架
How is VR panorama displayed in all walks of life? How to implement the application?
MySQL数据库结合项目实战SQL优化总结
Data Lake (18): Flink and iceberg integrate SQL API operations
随机推荐
web3分享
秒杀实现图
subprocess
Methodology (I): how to quickly learn a programming language
网络之数据链路层(PPP协议)
Rk3399 platform development series explanation (memory chapter) 15.33. Why does the available memory far exceed the physical memory?
JS String charAt substring() substr slice toUpperCase toLowerCase indexOf
RK3399平台开发系列讲解(input子系统)4.52、input子系统的实现原理
How to carry out efficient data governance? Index management and data traceability help!
[HMS core] [Health Kit] [FAQ] collection of data subscription function questions
The problem of the result set returned by MySQL stored procedure
云原生强势发展,企业该如何抓住业务机遇
MySQL constraints
QWidget add right-click menu
逻辑回归(公式推导+numpy实现)
GBase8s数据库SET Database Object Mode 语句
MySQL join and index
Shell脚本案例---2
Vscode failed to install tools
[micro Service ~ remote call] integrate resttemplate, webclient, feign