Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - How does Delphi Paradise convert floating-point numbers into plastic data?
How does Delphi Paradise convert floating-point numbers into plastic data?
Round or trunc can convert floating-point type to integer type (only one is rounding and the other is rounding directly after decimal point).

Formatdatetime('tt', now) can display the time and the format you say, such as: Label 1. Title: = Formatdatetime ('TT', now);