An error occurred while processing the template.
The string doesn't match the expected date/time/date-time format. The string to parse was: "Sep 6, 2021 12:48 PM". The expected format was: "dd-MMM-yyyy".
The nested reason given follows:
Unparseable date: "Sep 6, 2021 12:48 PM"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign fecha = entry.getCreationDate...  [in template "20097#20123#712022" at line 448, column 73]
----
1<style> 
2  
3 #portlet_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_INSTANCE_9273l8pbvjL0 .pagination-bar{ 
4        justify-content:center; 
5
6 
7 
8 #preferencias-noticias .row { 
9	 margin-bottom: 5px; 
10
11 #preferencias-noticias .boton { 
12	 margin-top: 10px; 
13	 margin-right: 10px; 
14	 margin-left: 10px; 
15	 color: #fff; 
16	 background-color: #0194b9; 
17	 border-color: #0194b9; 
18	 cursor: pointer; 
19
20 #revistas-container .noticias-portlet-header { 
21	 position: relative; 
22	 background: white; 
23
24 #revistas-container .noticias-portlet-header .header-title { 
25	 font-size: 2.4rem; 
26	 font-weight: 700; 
27	 padding: 10px 20px; 
28	 margin: 0; 
29	 border-left: 10px solid #0194b9; 
30	 margin-bottom: 30px; 
31	 user-select: none; 
32
33 #revistas-container #noticias-filter.sticky-wrapper { 
34	 position: sticky; 
35	 position: -webkit-sticky; 
36	 display: flex; 
37	 flex-direction: column; 
38	 top: 70px; 
39
40 #revistas-container #noticias-filter { 
41	 margin-bottom: 20px; 
42	 background: #fff; 
43
44 #revistas-container #noticias-filter input { 
45	 background: white; 
46	 border: 0px; 
47	 padding: 5px 0.5rem; 
48	 color: #272727; 
49
50 #revistas-container #noticias-filter input:-webkit-autofill, #revistas-container #noticias-filter input:-webkit-autofill:hover, #revistas-container #noticias-filter input:-webkit-autofill:focus, #revistas-container #noticias-filter input:-webkit-autofill:active { 
51	 -webkit-box-shadow: 0 0 0 30px white inset !important; 
52
53 #revistas-container #noticias-filter input:focus { 
54	 box-shadow: inset 0 0 0 0.15rem rgba(28, 118, 150, 0.55); 
55	 outline: none; 
56
57 #revistas-container #noticias-filter input.error { 
58	 border-left: 5px solid red; 
59
60 #revistas-container #noticias-filter .first-panel { 
61	 padding: 20px; 
62	 background: #0194b9; 
63
64 #revistas-container #noticias-filter .second-panel { 
65	 padding: 20px; 
66	 background: #fff; 
67	 background: #f5f5f5; 
68
69 #revistas-container #noticias-filter #text-search-filter { 
70	 margin-bottom: 20px; 
71
72 #revistas-container #noticias-filter #text-search-filter .text-control { 
73	 position: relative; 
74	 display: flex; 
75	 align-items: center; 
76
77 #revistas-container #noticias-filter #text-search-filter .text-control #textFilter { 
78	 width: 100%; 
79	 padding-right: 35px; 
80
81 #revistas-container #noticias-filter #text-search-filter .text-control span { 
82	 position: absolute; 
83	 right: 23px; 
84	 font-size: 1.2rem; 
85	 color: #0194b9; 
86
87 #revistas-container #noticias-filter #date-filter .date-control { 
88	 display: flex; 
89
90 #revistas-container #noticias-filter #date-filter .date-control input { 
91	 width: 100%; 
92	 min-width: 0; 
93
94 #revistas-container #noticias-filter #date-filter .date-control .calendar-btn { 
95	 padding: 5px 10px; 
96	 background: white; 
97	 display: flex; 
98	 align-items: center; 
99	 color: #0194b9; 
100	 cursor: pointer; 
101
102 #revistas-container #noticias-filter #date-filter .date-control .calendar-btn:focus { 
103	 box-shadow: inset 0 0 0 0.15rem rgba(28, 118, 150, 0.55); 
104	 outline: none; 
105
106 #revistas-container #noticias-filter #date-filter .date-control:nth-child(1) { 
107	 padding-right: 10px; 
108
109 #revistas-container #noticias-filter #date-filter .date-control:nth-child(2) { 
110	 padding-left: 10px; 
111
112 #revistas-container #noticias-filter #categories-filter { 
113	 margin-bottom: 20px; 
114
115 #revistas-container #noticias-filter #categories-filter .categories-header { 
116	 color: #272727; 
117	 font-weight: 700; 
118	 margin-bottom: 10px; 
119
120 #revistas-container #noticias-filter #categories-filter .categories-body { 
121	 display: flex; 
122	 margin: 0; 
123	 padding: 0; 
124	 flex-wrap: wrap; 
125	 list-style: none; 
126	 margin-left: -5px; 
127	 margin-right: -5px; 
128
129 #revistas-container #noticias-filter #categories-filter .categories-body li { 
130	 display: flex; 
131	 flex-grow: 1; 
132	 justify-content: center; 
133	 align-items: center; 
134	 margin: 5px; 
135	 padding: 0.2rem 0.5rem; 
136	 border-radius: 0.5rem; 
137	 background: #222; 
138	 color: white; 
139	 font-weight: 700; 
140	 cursor: pointer; 
141	 user-select: none; 
142
143 #revistas-container #noticias-filter #categories-filter .categories-body li .fa-times { 
144	 display: none; 
145
146 #revistas-container #noticias-filter #categories-filter .categories-body li.selected { 
147	 background: #0194b9; 
148	 color: #fff; 
149
150 #revistas-container #noticias-filter #categories-filter .categories-body li.selected .fa-times { 
151	 display: inline-block; 
152	 padding-left: 5px; 
153	 color: white; 
154
155 #revistas-container #noticias-filter #filter-search-btn { 
156	 position: relative; 
157	 display: flex; 
158	 justify-content: flex-end; 
159	 align-items: center; 
160
161 #revistas-container #noticias-filter .custom-error label { 
162	 margin: 0; 
163	 margin-top: 5px; 
164	 color: white; 
165	 font-size: 0.9rem; 
166
167 #revistas-container #actualidad-home { 
168	 height: auto; 
169	/*bloque de noticias*/ 
170	/*fin bloque de noticias*/ 
171
172 #revistas-container #actualidad-home .rs-news-2 { 
173	 box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1); 
174	 height: 100%; 
175	 position: relative; 
176
177 #revistas-container #actualidad-home .rs-news-2:hover .media:not(.media-notas-de-prensa):before { 
178	 top: 50%; 
179	 opacity: 1; 
180	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
181	 filter: alpha(opacity=100); 
182	 top: 50%; 
183	 opacity: 1; 
184	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
185	 filter: alpha(opacity=100); 
186
187 #revistas-container #actualidad-home .rs-news-2:hover .media:not(.media-notas-de-prensa) img { 
188	 opacity: 0.4; 
189	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; 
190	 filter: alpha(opacity=40); 
191	 -webkit-transform: scale(1.05, 1.05); 
192	 -moz-transform: scale(1.05, 1.05); 
193	 -ms-transform: scale(1.05, 1.05); 
194	 -o-transform: scale(1.05, 1.05); 
195	 transform: scale(1.05, 1.05); 
196	 -webkit-transition-timing-function: ease-out; 
197	 transition-timing-function: ease-out; 
198	 -webkit-transition-duration: 250ms; 
199	 transition-duration: 250ms; 
200
201 #revistas-container #actualidad-home .rs-news-2 .media { 
202	 width: 100%; 
203	 overflow: hidden; 
204	 background-color: #000; 
205	 position: absolute; 
206	 border-bottom: 1px solid lightgrey; 
207
208 #revistas-container #actualidad-home .rs-news-2 .media:before { 
209	 /*content: "\f0c1";*/ 
210	 content: "\f019"; 
211	 font-family: "Font Awesome 5 Free"; 
212	 position: absolute; 
213	 top: 40%; 
214	 opacity: 0; 
215	 left: 50%; 
216	 -webkit-transform: translate(-50%, -50%); 
217	 -ms-transform: translate(-50%, -50%); 
218	 transform: translate(-50%, -50%); 
219	 width: 50px; 
220	 height: 50px; 
221	 text-align: center; 
222	 color: #0194b9; 
223	 font-size: 30px; 
224	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
225	 filter: alpha(opacity=0); 
226	 -webkit-transition: all ease 0.25s; 
227	 transition: all ease 0.25s; 
228	 font-weight: 900; 
229
230 #revistas-container #actualidad-home .rs-news-2 .media img { 
231	 -webkit-transition: 0.4s all linear; 
232	 transition: 0.4s all linear; 
233
234 #revistas-container #actualidad-home .rs-news-2 .card-body { 
235	 padding: 240px 20px 20px; 
236	 height: 100%; 
237	 display: flex; 
238	 flex-direction: column; 
239
240 #revistas-container #actualidad-home .rs-news-2 .card-title { 
241	 margin-bottom: 10px; 
242
243 #revistas-container #actualidad-home .rs-news-2 .card-title a { 
244	 font-size: 18px; 
245	 font-weight: 700; 
246	 color: #000; 
247
248 #revistas-container #actualidad-home .rs-news-2 .card-title a:hover { 
249	 text-decoration: none; 
250
251 #revistas-container #actualidad-home .rs-news-2 .card-title-nota-prensa { 
252	 margin-bottom: 10px; 
253	 line-height: 1.5; 
254
255 #revistas-container #actualidad-home .rs-news-2 .card-title-nota-prensa a { 
256	 font-size: 18px; 
257	 font-weight: 700; 
258	 color: #000; 
259
260 #revistas-container #actualidad-home .rs-news-2 .card-title-nota-prensa a:hover { 
261	 text-decoration: none; 
262
263 #revistas-container #actualidad-home .rs-news-2 .card-title-nota-prensa p { 
264	 margin-bottom: 0; 
265
266 #revistas-container #actualidad-home .rs-news-2 .card-title-nota-prensa + .extras-notas-de-prensa { 
267	 margin-top: 1rem; 
268
269 #revistas-container #actualidad-home .rs-news-2 .post-meta { 
270	 font-size: 14px; 
271	 margin-bottom: 10px; 
272	 border-top: 1px solid #bdbdbd; 
273	 margin-top: 20px; 
274	 padding-top: 20px; 
275
276 #revistas-container #actualidad-home .rs-news-2 .post-meta span:after { 
277	 padding-left: 15px; 
278	 padding-right: 15px; 
279
280 #revistas-container #actualidad-home .img-fluid { 
281	 max-width: 100%; 
282	 height: 200px; 
283	 width: 100%; 
284	 object-fit: cover; 
285
286 #revistas-container #actualidad-home .title-subtitle-container { 
287	 display: flex; 
288	 flex-direction: column; 
289	 height: 100%; 
290	 justify-content: space-between; 
291	 overflow: hidden; 
292
293 #revistas-container #actualidad-home .extras-notas-de-prensa { 
294	 display: flex; 
295	 align-items: center; 
296
297 #revistas-container #actualidad-home .extras-notas-de-prensa .nota-prensa-archive a { 
298	 align-items: center; 
299	 display: flex; 
300	 font-size: 18px; 
301	 font-weight: 700; 
302	 color: var(--color-fg); 
303	 cursor: pointer; 
304
305 #revistas-container #actualidad-home .extras-notas-de-prensa .nota-prensa-archive a:hover { 
306	 text-decoration: none; 
307
308 #revistas-container #actualidad-home .extras-notas-de-prensa .nota-prensa-audio i { 
309	 align-items: center; 
310	 display: flex; 
311	 font-size: 18px; 
312	 font-weight: 700; 
313	 color: var(--color-fg); 
314	 cursor: pointer; 
315
316 #revistas-container #actualidad-home .extras-notas-de-prensa .nota-prensa-audio i:hover { 
317	 text-decoration: none; 
318
319 #revistas-container #actualidad-home .extras-notas-de-prensa .stop-nota-prensa { 
320	 display: none; 
321
322 #revistas-container #actualidad-home .extras-notas-de-prensa > div + div { 
323	 margin-left: 20px; 
324
325 #revistas-container #actualidad-home .card-title a[href]::after { 
326	 content: ""; 
327	 display: block; 
328	 position: absolute; 
329	 top: 0; 
330	 bottom: 0; 
331	 left: 0; 
332	 right: 0; 
333
334 #revistas-container #actualidad-home .ver-mas-card { 
335	 color: var(--color-theme-dark); 
336	 padding-top: 10px; 
337	 display: block; 
338
339 #revistas-container #actualidad-home .journal-content-article { 
340	 height: 100%; 
341
342 #revistas-container #loader { 
343	 position: relative; 
344	 display: none; 
345	 margin-right: 10px; 
346
347 #revistas-container #loader img { 
348	 height: 100%; 
349
350 #revistas-container #noResults, #revistas-container #errorNoticias { 
351	 display: flex; 
352	 justify-content: center; 
353	 text-align: center; 
354	 font-size: 1.2rem; 
355	 font-weight: 700; 
356	 color: #0194b9; 
357
358/* Portrait */ 
359 @media screen and (max-width: 767px) and (max-aspect-ratio: 1.4444444444) { 
360	 #revistas-container .noticias-portlet-header .header-title { 
361		 border-left-width: 8px; 
362		 padding: 0.5rem 1rem; 
363		 font-size: 2rem; 
364
365
366/* Landscape */ 
367 @media screen and (max-width: 767px) and (min-aspect-ratio: 1.4444444444), screen and (min-width: 768px) and (max-width: 991px) { 
368	 #revistas-container .noticias-portlet-header .header-title { 
369		 border-left-width: 8px; 
370		 padding: 0.5rem 1rem; 
371		 font-size: 2.2rem; 
372
373
374 @media screen and (max-width: 991px) { 
375	 .noticias-results-wrapper { 
376		 position: static; 
377
378	 #revistas-container #noResults { 
379		 padding: 20px 0; 
380
381
382/* Sobreescribimos los estilos del datepicker */ 
383 .ui-datepicker .ui-datepicker-header { 
384	 background-color: #d4f1f9; 
385	 border-color: #0194b9; 
386
387 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { 
388	 border: 1px solid #1b576d !important; 
389	 background: #d4f1f9 !important; 
390	 color: #1b576d !important; 
391
392 .ui-state-active, .ui-widget-content .ui-state-active { 
393	 border: 1px solid #1b576d !important; 
394	 background: #0194b9 !important; 
395	 color: #fff !important; 
396
397/* INTERNET EXPLORER */ 
398 #revistas-container .lista-noticias-item { 
399	 display: -ms-grid; 
400	 -ms-grid-columns: 0.35fr 20px 1fr; 
401	 -ms-grid-rows: 170px; 
402
403 #revistas-container .lista-noticias-item .imagen-noticia { 
404	 -ms-grid-column: 1; 
405
406 #revistas-container .lista-noticias-item .contenido-wrapper { 
407	 -ms-grid-column: 3; 
408
409  
410 
411</style> 
412 
413<#if entries?has_content> 
414	 
415    <div class="row"> 
416    	<div id="revistas-container" class="container-fluid-1280"> 
417    	    <div class="row"> 
418    	        <section class="col-xl-12 col-md-12">            	 
419    	            <div class="row">     
420                        <section class="noticias-filter-wrapper col-xs-12"> 
421    						<div id="actualidad-home"> 
422    							<div class="lista-noticias"> 
423    							    <div class="row"> 
424    							         <#list entries as entry> 
425    							            <div class="col-sm-12 col-md-4 col-lg-4 mb-4"> 
426                                            	<div class="rs-news-2 mb-1"> 
427                                                 
428                                                     
429                                                    <#assign ThumbIMG = entry.getAssetRendererURLDownload()> 
430                                                    <#assign ThumbIMG = ThumbIMG + "&documentThumbnail=1"> 
431                                                    <#if ThumbIMG!="" > 
432                                                	    <div class="media"> 
433                                                		<img class="img-fluid" src="${ThumbIMG}" alt="${entry.getTitle()}" title="${entry.getTitle()}"/> 
434                                                	    </div> 
435                                                	</#if>				 
436                                                	<div class="card-body"> 
437                                                		<div class="title-subtitle-container"> 
438                                                				<div class="card-title"><a href="${entry.getAssetRendererURLDownload()}" aria-label="${entry.getTitle()}">${entry.getTitle()}</a></div> 
439                                                								 
440                                                		</div> 
441                                                		 
442                                                		<div class="post-meta"> 
443                                                			<span class="post-author"> 
444                                                			    <#setting date_format = "dd MMM yyyy" >  
445                                                				<#assign fecha_publicacion_Data = entry.getCreationDateString()> 
446                                                 
447                                                                <#if validator.isNotNull(fecha_publicacion_Data)> 
448                                                                	<#assign fecha = entry.getCreationDateString()?datetime("dd-MMM-yyyy")?date > 
449                                                                 
450                                                                	${fecha} 
451                                                                </#if> 
452                                                			</span>				 
453                                                		</div> 
454                                                							 
455                                                	</div> 
456                                            	</div> 
457                                            </div> 
458                                         
459	                                         
460                                    	</#list> 
461                                    </div> 
462    						    </div> 
463    						</div> 
464    					</section> 
465    				</div> 
466    			</section> 
467    		</div> 
468    	</div> 
469    </div>	 
470</#if>