I have to get missing dates from sql server and my sql server table is as below,
Now I want as below,
when I enter 2022-01-03 I want to get 2022-01-02 and 2022-01-03 as my final result. How can I do this in vfp9?
Thank you
Code:
dDate
2022-01-01
2022-01-04
2022-01-05
2022-01-06
Now I want as below,
when I enter 2022-01-03 I want to get 2022-01-02 and 2022-01-03 as my final result. How can I do this in vfp9?
Thank you