You can extract the hour part of the timestamp using a regular expression [0-9]{2}: , but capture just the 2 digits by using () namely ...
確定! 回上一頁