I need to get the current time, in Hour:Min format can any one help me in this.
You can use the following solution to solve your problem:
echo date('H:i');