Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3827

Unable to ParseDate…

$
0
0

This is the used code. I always get Test failed.

Current Xojo, current Sequoia, MacBook Pro m1

Var New_Date As New Date(2024,10,2)

Parsed = ParseDate("2025-02-20", New_Date)
If Parsed Then
  System.DebugLog "Date Parsed !"
Else
  System.DebugLog "Test failed: " + New_Date.SQLDate
  Return
End If

16 posts - 5 participants

Read full topic


Viewing all articles
Browse latest Browse all 3827

Trending Articles