in reply to Get current time using Joda time format

Is there any way to get that???

Of course. There are many, many date and time manipulation modules. I would start with Time::Piece because (a) I find it easy to use and (b) it is a core module so it should already be installed with perl (or at worst, easily obtained). If you don't really need the milliseconds you can use the ctime method, but you can fall back on the strftime method to format it how you like.