Get Month from Date in Log File
16:39 26 Feb 2019

I have an input String formatted like this.

96.7.4.14 - - [24/Apr/2011:04:20:11 -0400] "GET /cat.jpg HTTP/1.1" 200 1243

I know how to get the entire date from the string, but what would be the best way to just extract the three letter month code?

java