Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「午前 12 時 15 分」や「午後 5 時 15 分」などの形式のテキスト フィールドで時間を受け入れたいのですが、テキスト フィールドには何も入力できません。では、その正規表現はどうなるでしょう。MVC4 では、サーバー側とクライアント側の両方で検証する必要があります。私を助けてください。ありがとう。
クライアント側でいくつかのjqueryプラグインを使用してみてください:-
http://trentrichardson.com/examples/timepicker/#tp-examples
次の正規表現を試してください
/(?:0[0-9]|1[0-2]):[0-5][0-9]\s*[AP]M/
ここで動作を確認してください