Hi team
I recently deployed a Smart Contract on ProjectDable
template WholesaleContract with
originator : Party
dealer : Party
eftype: EFType
startDate : Date
endDate : Optional Date
duration : Text
amount : Decimal
rate : Decimal
assetType : AssetType
vin : Text
closingContract : Optional Text
status : Text
When I use the Console- LiveData entry to create this contract I get the following exception
JsonError: java.time.format.DateTimeParseException: Text '02/18/2021' could not be parsed at index 0
Creating a contract through the UI works, but for some reason the ProjectDable - Console - LiveData is erroring
Any suggestions on a fix or work around for this ?