regex for date in java -


can me regular expression in java string "feb. 26, 2009 8:08 pst"????

use simpledateformat instead of using regexp. read the tutorial more info.

upd: regexp like: "(jan|feb|mar).*pst" list of months should contain 12 (instead of 3 in example). it's very unreliable.


Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -