I have a textbox by the name txt_date. The user will key in the date. The program is supposed to count the total number of days in the month which the user had key in. May i know what is the coding to do the counting?
Example 1: user keyed in 5/2/2020. The program supposed to display day in 5/2/2020 is 29
Example 2: user keyed in 5/2/2018. The program supposed to display day in 5/2/2018 is 28.
Example 1: user keyed in 5/2/2020. The program supposed to display day in 5/2/2020 is 29
Example 2: user keyed in 5/2/2018. The program supposed to display day in 5/2/2018 is 28.