2
我是VB.NET的初學者&我被困在一個非常簡單的事情,日期格式。檢查並從字符串轉換爲日期vb.net
我正在從excel表上載數據到sql server數據庫的應用程序。只有日曆格式爲mm/dd/yyy時,該應用纔會接受日期。它應該拒絕所有日期。
現在我正在努力檢查其格式。這是我的代碼。
Dim ROHSDate As String
ROHSDate = Trim(filterString(holdingTank))
...
here i need to check if it is in mm/dd/yyyy format
請幫忙。
謝謝你,它的工作:) – 14578446