Further

We can also deal with the ugly use date format
\define input() 12.31.2020
input=<<input>><br>
{{{ [<input>split[.]butlast[]reverse[]join[.]] [<input>split[.]last[]
addprefix[.]] }}}

Keep in mind YYYY0MM0DD is the prefered date format as it works with 
tiddlywiki standard dates the days operator etc...

Regards
Tony

On Tuesday, March 24, 2020 at 11:25:25 AM UTC+11, TonyM wrote:
>
> Post Script;
>
> I like this method extracted from the above discussion
>
> {{{ [[2020.03.11]split[.]reverse[]join[.]] }}}
>
> Regards
> Tony
>
> On Monday, March 23, 2020 at 9:25:40 PM UTC+11, Gerald Weis wrote:
>>
>> Hi friends,
>>
>> i am trying to combine 2 filters.
>>
>> but its don't work
>>
>> thats my code and i don't know whats wrong.
>>
>> \define tabcaption()
>> <caption>Messergebnis am
>> <$vars datum0={{{ [<currentTiddler>removeprefix[Körpertyp:]] }}} >
>> <$vars datum={{{ [<<datum0>>split[-]reverse[]join[.]] }}} >
>> <<datum>>
>> </$vars>
>> </$vars>
>> </caption>
>> \end
>>
>> Whats my Mistake
>>
>> Tahnks for Help
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/46eca164-0a2e-4ae4-8275-b11921864d76%40googlegroups.com.

Reply via email to