Re: How to convert String to Date in EL?

Kazuaki Miyauchi <[email protected]> Tue, 20 Aug 2019 18:14:41 +0900
Newsgroups gmane.comp.jakarta.taglibs.user
Message-ID <CAFLYOCF_yO8LVJxNQH=VnGPX1pW2Zd7VB74VnvNzVMRe8oaA2Q@mail.gmail.com>
2019=E5=B9=B48=E6=9C=8820=E6=97=A5(=E7=81=AB) 17:55 Stuart Thiel <stuart.th=
[email protected]>:
> I suspect you can skip the set tag and wrap the parseDate in the sqlParam
> tag as well, but I've never mucked with sql in JSPs (I'm pretty strict
> about using them exclusively as Template Views)

 I think many people use JavaBeans or like that using Date data.
But, in Web site, year, month, day are mostly requested parameters.
It was very convenient I can use ${param.year} and s