SoFunction
Updated on 2025-04-13

Interview Written Examination Questions [with answers]


25. How to let time be displayed in seconds?
answer:
C#
Copy the codeThe code is as follows:

("yyyy-M-d h:m")

It turns out that what is written here is:
Copy the codeThe code is as follows:

("yyyy-M-d h:m")

Many people on the Internet write this way, which is wrong. I saw it today and changed it.