on 2022 May 30 6:13 PM
I'm trying to include the datasource in my code to complete the date, but as soon as I run the error application in this part:
if (!string.IsNullOrWhiteSpace(startdate))
{
var ddmmyyyy = startdate.Split('/');
var yyyymmdd = $"{ddmmyyyy[2]}/{ddmmyyyy[1]}/{ddmmyyyy[0]}"; - The index is outside the matrix limits
startdate = $"convert(date,'{yyyymmdd}')";
}
maybe someone can help me please
Request clarification before answering.
| User | Count |
|---|---|
| 22 | |
| 16 | |
| 13 | |
| 6 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.