当用户单击文本框时,ASP.NET MaskedEditExtender 需要显示 mm/dd/yyyy

发布于 2024-11-16 11:02:02 字数 166 浏览 5 评论 0原文

我将 MaskedEditExtender 控件用于包含出生日期的文本框字段。我希望当用户在文本框为空时单击文本框时,蒙版显示“mm/dd/yyyy”。目前仅显示“__/_/__

I am using the MaskedEditExtender control for a textbox field that contains Date of Birth. I want the mask to show "mm/dd/yyyy" when the user clicks on the textbox when it is empty. Right now it only shows "__/_/__"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

瀞厅☆埖开 2024-11-23 11:02:02

我相信您可以设置 PromptCharacter 到其他内容,但我认为您不能在一个文本框中指定多个提示字符。因此,我想说你的选择仅限于:

  • Javascript 场景,根据它在文本框中的位置,将“_”替换为 m、d 或 y。
  • 多个文本框

I believe you can set the PromptCharacter to something else, but I don't think you can specify multiple prompt characters in one textbox. Because of this I would say your options are limited to:

  • Javascript schenanigans where you replace the "_" with m,d or y depending on where it is in the text box.
  • Multiple textboxes
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文