'Time series and how I can construct a ts object

I have a dataset with 3 variables:
the first is date (example"01/01/2019" )
the second is hour (example:"01:00"), and
the third is a numeric.

I want to construct an object ts, but I don't know how I can do this.The first and second variables are characters.
I want an hour time series



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source