Hi friends,
I want to make a simple app which receives the total minutes through a text box as an input, and then after clicking the calculate button, the answer is written as a label object in the windows form. The format of the answer should be:
dd-hh:mm
For example: 1470 mins -------> 1d-00:30
Please help me out.
I want to make a simple app which receives the total minutes through a text box as an input, and then after clicking the calculate button, the answer is written as a label object in the windows form. The format of the answer should be:
dd-hh:mm
For example: 1470 mins -------> 1d-00:30
Please help me out.