phpeclipsenetbeanscode-templates

NetBeans Code Templates ${date}?


I have this code template in Eclipse

@since ${date}

when entered i get something like this :

@since 4.8.2009

But when i add the same template (@since ${date}) to NetBeans it outputs

@since date

Can someone help ?

No answer yet ? Is this not possible in Netbeans ???


Solution

  • Something like the following example should doing the job :

    ${date?date?string("yyyy")}.${date?date?string("MM")}.${date?date?string("dd")}