Dear Experts

To insert Date into Textbox1, I use following codes
Me.TextBox1.Value = Format(Now(), "dd-mm-yy")
How to clear this textbox?
Which one is right method from following
Me.TextBox2.Value = ""
Me.TextBox2.Value = 0
Or

Some other method should I apply?

Please help