简体   繁体   中英

DateTime format issue

Why a slash is changed into dash while providing explicit date format (screen below) ?

在此输入图像描述

Because the slash represents the locale-specific date separator. To insert a slash explicitly, you need to escape it. See the documentation

尝试

.ToString("dd'/'MM'/'yyyy")

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM